stsaz / fmedia

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

Recording is destroyed if stop when paused #53

Closed hced closed 1 year ago

hced commented 3 years ago

If you --globcmd=pause and then --globcmd=stop, the recording gets destroyed.

Steps to reproduce:

  1. C:\Portable\fmedia\fmedia.exe --record -o D:\Capture\REC\audiofile.wav --dev-loopback=0 --format=int16 --channels=stereo --rate=44100 --globcmd=listen
  2. C:\Portable\fmedia\fmedia.exe --globcmd=pause
  3. C:\Portable\fmedia\fmedia.exe --globcmd=stop

Crossing my fingers this is not impossible to fix ...

stsaz commented 3 years ago

It will be fixed in the next version. Until then, just use fmedia --globcmd=unpause before stop.

stsaz commented 1 year ago

Finally, included the fix into v1.31