LouisErigHerve / dsd

Digital Speech Decoder
Other
114 stars 24 forks source link

Audio devices in Windows #21

Open Bleach665 opened 2 years ago

Bleach665 commented 2 years ago

I'm try to launch this http://www.1geniesup.fr/download/dsd_Cygwin_x64_latest_version.zip DSD prebuilt: DSD>dsd.exe -i 'CABLE Output (VB-Audio Virtual ' -o 'Speakers (Realtek(R) Audio)' -fr -ma but receive error Error, couldn't open Speakers (Realtek(R) Audio) Please suggest correct syntax in Windows.

Unfortunately this release was built without Portaudio, so dsd -i pa:12 -o pa:2 also not work.

UPD. Also not work with local files. dsd -i SDRSharp_20220505_124814Z_169249967Hz_AF.wav -o 1.wav -fr -ma Same error: dsd -i SDRSharp_20220505_124814Z_169249967Hz_AF.wav -o 1.wav -fr -ma

iScottybotty commented 2 years ago

For the benefit of doubt, you have actually extracted and installed the files within that zip link?

The command should be:

dsd -i /dev/dsp -o /dev/dsp -fr -ma

Scott.

On 5 May 2022, at 13:38, Bleach665 @.***> wrote:

 I'm try to launch this http://www.1geniesup.fr/download/dsd_Cygwin_x64_latest_version.zip DSD prebuilt: DSD>dsd.exe -i 'CABLE Output (VB-Audio Virtual ' -o 'Speakers (Realtek(R) Audio)' -fr -ma but receive error Error, couldn't open Speakers (Realtek(R) Audio) Please suggest correct syntax in Windows.

Unfortunately this release was built without Portaudio, so dsd -i pa:12 -o pa:2 also not work.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.

Bleach665 commented 2 years ago

Thanks for u time @iScottybotty .

For the benefit of doubt, you have actually extracted and installed the files within that zip link?

Yes.

dsd -i /dev/dsp -o /dev/dsp -fr -ma

Not obvious syntax but it works) Please advice how to choose a specific input and output audio device?

iScottybotty commented 2 years ago

Hi. Off the top of my head, I don’t know the commands. However, that said, if you try the help command -h or -help (I can’t truly remember that right now), you should see a help list of commands appear onscreen.

If successful, you should be able to follow from there. Me personally, I only ever use the /dev/dsp

Scott.

On 5 May 2022, at 19:32, Bleach665 @.***> wrote:

 Thanks for u time @iScottybotty .

For the benefit of doubt, you have actually extracted and installed the files within that zip link?

Yes.

dsd -i /dev/dsp -o /dev/dsp -fr -ma

Not obvious syntax but it works) Please advice how to choose a specific audio device?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.