Closed hced closed 1 year ago
If you --globcmd=pause and then --globcmd=stop, the recording gets destroyed.
--globcmd=pause
--globcmd=stop
Steps to reproduce:
C:\Portable\fmedia\fmedia.exe --record -o D:\Capture\REC\audiofile.wav --dev-loopback=0 --format=int16 --channels=stereo --rate=44100 --globcmd=listen
C:\Portable\fmedia\fmedia.exe --globcmd=pause
C:\Portable\fmedia\fmedia.exe --globcmd=stop
Crossing my fingers this is not impossible to fix ...
It will be fixed in the next version. Until then, just use fmedia --globcmd=unpause before stop.
fmedia --globcmd=unpause
stop
Finally, included the fix into v1.31
If you
--globcmd=pause
and then--globcmd=stop
, the recording gets destroyed.Steps to reproduce:
C:\Portable\fmedia\fmedia.exe --record -o D:\Capture\REC\audiofile.wav --dev-loopback=0 --format=int16 --channels=stereo --rate=44100 --globcmd=listen
C:\Portable\fmedia\fmedia.exe --globcmd=pause
C:\Portable\fmedia\fmedia.exe --globcmd=stop
Crossing my fingers this is not impossible to fix ...