I recently switched the DSD+ audio source from using a virtual audio cable with SDR# to a TCP/IP connection from FMP to DSD. Everything works correctly except for the "wav/mp3 file generation interval".
I am launching FMP/DSD using the batch file below
The DSD console on launch has the following lines which would imply the syntax is correct but just ignored:
DSD will create the MP3 and record the audio, but it always records to the first file. It took a while to notice this on one of my rigs and the mp3 file is now 20 hours long and 280+ meg in size.
Is there anyway to fix this issue while keeping the TCP/IP connection or does the dsd program need a bug fix?
I am launching FMP/DSD using the batch file below
Code:
start fmp.exe -i1 -o20001 -P-11.0 -g32.8 -v90 -f152.3750
start dsdplus -v4 -i20001 -o1 -OS output.mp3 -I60 -fr
The DSD console on launch has the following lines which would imply the syntax is correct but just ignored:
Code:
wav/mp3 file generation interval = 60 minutes
Saving synthesized audio to files 'output*.mp3'
DSD will create the MP3 and record the audio, but it always records to the first file. It took a while to notice this on one of my rigs and the mp3 file is now 20 hours long and 280+ meg in size.
Is there anyway to fix this issue while keeping the TCP/IP connection or does the dsd program need a bug fix?