Skip to content

Commit

Permalink
Update NinoxBoobook.cs
Browse files Browse the repository at this point in the history
Issue #297 Boobook Owl
  • Loading branch information
towsey committed May 2, 2020
1 parent d556710 commit 24e560c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/AnalysisPrograms/Recognizers/Birds/NinoxBoobook.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ public override RecognizerResults Recognize(

// Convert events to spectral events for possible combining.
// Combine overlapping events. If the dB threshold is set low, may get lots of little events.
//
var events = combinedResults.NewEvents;
var spectralEvents = events.Select(x => (SpectralEvent)x).ToList();
var newEvents = CompositeEvent.CombineOverlappingEvents(spectralEvents);
Expand Down Expand Up @@ -140,7 +139,6 @@ public override void SummariseResults(
/// <inheritdoc cref="NinoxBoobookConfig"/> />
public class NinoxBoobookConfig : GenericRecognizerConfig, INamedProfiles<object>
{
//public bool CombineOverlappedEvents { get; set; }
public bool CombinePossibleSyllableSequence { get; set; } = false;

public double SyllableStartDifference { get; set; } = 0.5;
Expand Down

0 comments on commit 24e560c

Please sign in to comment.