LouisErigHerve / dsd

Digital Speech Decoder
Other
114 stars 23 forks source link

dsd - some good new - some bad news #22

Open righthalfplane opened 2 years ago

righthalfplane commented 2 years ago

dsd works beautifully on MacOS Monterey using SdrGlut. dsd fails on the Raspberry pi. dsd fails on Ubuntu 22.04.

On Ubuntu 22.04, I have libjack-dev, libpulse-dev, libasound2-dev, and RtAudio installed.

A "dvd -a" shows 24 devices - all of them fail. most of the time I get the message -

An error occured while initializing a portaudio stream Error number: -9997 Error message: Invalid sample rate

I have attach a file showing one try -

dsdError.txt

On the Raspberry pi, I have the same setup but get different error.

iScottybotty commented 2 years ago

For the LEH version, the command should be something like: dsd -i /dev/dsp -o /dev/dsp -fr etc etc.

Personally, and in all honesty, I wouldn’t waste your breath or time with this LEH version. It’s FULL to the brim of bugs and errors, very badly written, I’d be inclined to use dsd-fme and avoid this, and LEH like the plague.

Ps. He will never answer you, and will ultimately block you from everything, like he does to everyone else who isn’t in his “make believe” circle.

Ps. Although he advertises on YouTube the fact that he can, all be it allegedly break BP, EP & AES, there is nothing that actually proves this capability and I’ll tell you now, any decryption he says he can do, IS NOT included in any of his “Public” versions!

On 30 May 2022, at 15:11, righthalfplane @.***> wrote:

 dsd works beautifully on MacOS Monterey using SdrGlut. dsd fails on the Raspberry pi. dsd fails on Ubuntu 22.04.

On Ubuntu 22.04, I have libjack-dev, libpulse-dev, libasound2-dev, and RtAudio installed.

A "dvd -a" shows 24 devices - all of them fail. most of the time I get the message -

An error occured while initializing a portaudio stream Error number: -9997 Error message: Invalid sample rate

I have attach a file showing one try -

dsdError.txt

On the Raspberry pi, I have the same setup but get different error.

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

LouisErigHerve commented 2 years ago

dsd fails on the Raspberry pi.

What version are you using on your raspberry PI ? I made a video on YouTube (in French), see here : https://youtu.be/ljxtzBMq7nk

dsd fails on Ubuntu 22.04.

I've tried Ubuntu 20.04 and 21.04, it works well.

righthalfplane commented 2 years ago

I am using recommend the 32 bit version from two days ago. I wrote over the 64 bit version that I had had because the latest sdrplay stuff only works on a 32 bit system.

I have a hdmi monitor and a amplified speaker system plugged in, but the system only sees the speakers on the monitor. The other versions of the system saw both devices.

I worked around the problem by forking your repository and added a "-o - " option to redirect stdout. It was about 10 lines of code and works fine getting the audio by piping it to the play(sox) routine.

https://github.com/righthalfplane/dsd

righthalfplane commented 2 years ago

I checked os-release - version 11 bullseye

LouisErigHerve commented 2 years ago

I am using recommend the 32 bit version from two days ago. I wrote over the 64 bit version that I had had because the latest sdrplay stuff only works on a 32 bit system.

I have to check for my RPI version (If I remember correctly I installed the 64 bit version but I have to check)

I worked around the problem by forking your repository and added a "-o - " option to redirect stdout. It was about 10 lines of code and works fine getting the audio by piping it to the play(sox) routine.

OK good job, I will merge it into my code