Right ok this may sound a daft question but I'm wanting to feed the decoded audio via zello or something can someone tell me how I go on about selecting the output audio from dsd+ to zello using a VAC in which case at the moe the sound feeding dsd+ is a VAC from the sdr receiver.... I just haven't a clue how to select the sound out from dsd+ to the the software such as zello where I'm wanting to feed the decoded audio too
Tnx in advance guys![]()
Dongle --> SDR# --> VAC1 --> DSDPlus --> VAC2 --> Zello
I don't know how many VAC cables you have or need, but if your setup looks like that above, then:
SDR#: Audio Output: Line 1 (Virtual Audio Cable)
DSDPlus: use -i# to select the # of the Line 1 (Virtual Audio Cable)
DSDPLus: use -o# to select the # of the Line 2 (Virtual Audio Cable)
Zello: Tools --> Options --> Audio --> Recording Device : Line 2 (Virtual Audio Cable)
You can run DSDPlus really quickly, and at the first part of the screen it will show the #s of the input sources and output destinations that it sees.
In my case, SDR# feeds output audio to VAC Line 1. DSDPlus obtains its audio input from VAC Line 1 and outputs its audio to VAC Line 2. Then Zello uses VAC Line 2 as the audio source.
Code:
dsdplus -O NUL -i2 -o3 -f1
audio [B]i[/B]nput device #[B]2[/B] (Line 1 (Virtual Audio Cable)) initialized
audio [B]o[/B]utput device #[B]3[/B] (Line 2 (Virtual Audio Cable)) initialized
Note: If you don't have a beef machine, you might run into trouble with this. SDR# + DSDPlus + 2 VAC lines + Zello might eat up more CPU than you can bear if you are on a slow machnie.
Mike