Skip to content
New issue

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

Audio Sink #6

Open
EthnTuttle opened this issue Oct 16, 2024 · 1 comment
Open

Audio Sink #6

EthnTuttle opened this issue Oct 16, 2024 · 1 comment

Comments

@EthnTuttle
Copy link

Just wanted to try and send a tone using a SignalSource to an AudioSink, as I'm following along in "Field Expedient SDR Volume 1: Introduction to Software Defined Radio: by Paul and David Clark.

I think I got the SignalSource working fine but hoped to pipe to audio.

@ThomasHabets
Copy link
Owner

Should be simple enough. Something like:

g.add(Box::new(AudioSink::new(prev, 48000 as u64)?));

You'll need to enable feature audio, and have libasound-dev and libjack-dev installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants