stsaz / fmedia

fast audio player/recorder/converter
BSD 2-Clause "Simplified" License
217 stars 21 forks source link

Voice-Activated Recording? #36

Closed johnyradio closed 4 years ago

johnyradio commented 4 years ago

Does fast media recorder support Voice-Activated Recording? thx

stsaz commented 4 years ago

Yes. Take a look at this argument:

--start-dblevel=DB Skip initial audio until input signal level goes above DB (-100dB..0dB)

If you use it, fmedia will start to write to a file only after a loud signal is received. But you have to set a proper signal level. If you set it too low or too high - it may not work as expected.

johnyradio commented 4 years ago

Thx! I'll try it.