You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a recording of some radio traffic where there is something spoken from time to time. I want to find an efficient way to get the timestamp of the start and end of any activity on this audio file. I was able to do it successfully by using a WaveOutEvent and SampleAggregator by init and play the WaveOutEvent. In my case it is not necessary to play the audio file so I would like to avoid the play call and just read the file as fast as possible.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have a recording of some radio traffic where there is something spoken from time to time. I want to find an efficient way to get the timestamp of the start and end of any activity on this audio file. I was able to do it successfully by using a WaveOutEvent and SampleAggregator by init and play the WaveOutEvent. In my case it is not necessary to play the audio file so I would like to avoid the play call and just read the file as fast as possible.
This is the current state:
And on top of this, how can I detect noise on a selected channel of the wave file and not in general?
I hope anyone here has an idea or even implemented something similar and can help.
Cheers,
Frank
Beta Was this translation helpful? Give feedback.
All reactions