Hi Dave,
yes, just using the free version to get the hang of it. I have low vision so I was hoping there was a gui version of DSD+ or Fastlane. Having a lot of trouble navigating the software. I hear the jackhammer sound coming out of my speakers. It doesn’t change whether I run the DMR frequency through SDR# alone or pump the signal through DSD+. I would have no problem buying Fastlane if I knew it would simplify the whole process. There are a ton of DMR & NXDN signals between 450 and 470 mhz in our area that I’d like to try decoding
FastLane would simplify the process somewhat, but the apps used by DSDPlus (FMP*.exe and DSDPlus.exe) would still look the same.
It sounds like you do not have the DSDPlus audio output being sent to your speakers. It sounds like you have your default speaker output set to be the VB cable. That's the only way you'd hear the jackhammer in your speakers.
If you open up a command prompt in the directory where DSDPlus exists and then type : dsdplus -h
1. Run DSDPlus without any audio coming into it from SDR#
When you run it, look in the Command window (the black DOS'ish window that opens when you run DSDPlus)
You'll see something that looks like this:
---------------------------
Current working directory is "C:\DSDPlus"
DSDPlus -h for help summary
Appending synthesized audio to file 'DSDPlus.wav'
audio input device #1 = 'Microphone (High Definition Aud'
audio input device #2 = 'Headset (MUVO Play Hands-Free A'
audio output device #1 = 'Headphones (MUVO Play Stereo)'
audio output device #2 = 'Speakers (High Definition Audio'
audio output device #3 = 'Headset (MUVO Play Hands-Free A'
audio input device #1 (Microphone (High Definition Aud) initialized
audio output device #1 (Headphones (MUVO Play Stereo)) initialized
-------------------------------
Notice the audio devices listed. My speakers are "audio output device #2" . If I have speakers connected to my computer and want to hear the DSDPlus decoded output out of the speakers, I need to make sure that DSDPlus is run with the option to send the decoded output to audio output device #2.
In my case I would need to make sure I ran dsdplus with the "-o2" option which tells it to use audio output device #2. If I were using a batch file to run DSDPlus, in that batch file I would make sure that right after "dsdplus" I had "-o2"
That would make sure that DSDPlus would send the audio out my speakers.
Now, if you have your default output audio device in Windows set to the virtual cable link you are using between SDRSharp and DSDPlus, you are going to hear the motorboating. You probably should set your default audio output device in windows to your speakers.