We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sudo socat -u stdout udp-listen:7355 | dsd -i – -w dsd_output.wav Digital Speech Decoder 1.7.0-dev (build:v1.6.0-88-gb674f27) mbelib version 1.3.0 Writing audio to file dsd_output.wav Error, couldn't open – 2019/04/05 20:00:39 socat[3583] E read(1, 0x563dc38347c0, 8192): Bad file descriptor
The text was updated successfully, but these errors were encountered:
The source and target address of socat's arguments are misplaced. So it's actually trying to read stdout.
Sorry, something went wrong.
No branches or pull requests
sudo socat -u stdout udp-listen:7355 | dsd -i – -w dsd_output.wav
Digital Speech Decoder 1.7.0-dev (build:v1.6.0-88-gb674f27)
mbelib version 1.3.0
Writing audio to file dsd_output.wav
Error, couldn't open –
2019/04/05 20:00:39 socat[3583] E read(1, 0x563dc38347c0, 8192): Bad file descriptor
The text was updated successfully, but these errors were encountered: