Skip to content

Commit

Permalink
Update VerticalTrackParameters.cs
Browse files Browse the repository at this point in the history
Issue #297
  • Loading branch information
towsey committed Apr 15, 2020
1 parent c5111ef commit b5d0400
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ public static (List<AcousticEvent> Events, double[] CombinedIntensity) GetVertic
var ae = new AcousticEvent(segmentStartOffset, track.StartTimeSeconds, track.TrackDurationSeconds, track.LowFreqHertz, track.HighFreqHertz)
{
TheTrack = track,
SegmentDurationSeconds = frameCount * frameStep,
};

events.Add(ae);
Expand Down

0 comments on commit b5d0400

Please sign in to comment.