lwvmobile
DSD-FME
No, not for the Cygwin version, the only viable option is /dev/dsp, which is essentially the old OSS hardware audio device and just easily works in Cygwin (most all Linux distros depreciated OSS support years and years ago). In essence, the 'Lite' version can only operate in 'disc tap' mode. It can also read OP25 symbol capture bins by usingbut is there any other possibility than the default mode
-i filename.bin
There is no other input options in the prebuilt version. In the Linux version, you only get an additional RTL direct API, and the STDIN where you can pipe the output of another command/software directly into the input of DSD-FME.As far as output goes, the only other viable option is 'null', which will effectively mute all audio output, of course, that precludes the other outputs it can, including decoded wav files, mbe files, symbol capture bins.
You can see the options for running DSD-FME by calling it with the -h for the help list. Pretty sure I have most all of the relevant options in there.