"using" a command in DSD+ 1.074

Status
Not open for further replies.

wbswetnam

Member
Joined
Oct 11, 2005
Messages
1,799
Location
DMR-istan
I wish to turn off automatic recording to a .wav file and simply listen to the audio output. In the help file, it says

"Use -O NUL to disable recording of synthesized audio."

OK great. How specifically do I "use" the command? Do I append it to a config file somewhere? If so, where in the config file?
 

Forts

Mentor
Database Admin
Joined
Dec 19, 2002
Messages
6,688
Location
Ontario, Canada
How are you launching the program now? Are you using a command prompt or a bat file? Either way you just append that flag into it... ie:

c:\dsdplus.exe -fr -i2 -o2 -O NUL

So in that example you are decoding only DMR, using audio input 2, output 2 and not writing the decoded audio out to a file.
 

wbswetnam

Member
Joined
Oct 11, 2005
Messages
1,799
Location
DMR-istan
I have the program files in a folder on my desktop. When I want to start the program, I simply double-click the program file, i.e., DSDPLUS.exe. Should I create a .bat file and start the program from that instead?
 

Forts

Mentor
Database Admin
Joined
Dec 19, 2002
Messages
6,688
Location
Ontario, Canada
That would be the easiest way to do it. Open up Notepad and just enter:

dsdplus.exe -O NUL

and save the file as DSDPlus.bat (or whatever you prefer to call it). Double clicking the bat file should then launch the exe using whatever flags you've specified (in this case just -O NUL).
 
Status
Not open for further replies.
Top