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

No audio out with sine example #117

Open
Qwertie- opened this issue Feb 9, 2020 · 2 comments
Open

No audio out with sine example #117

Qwertie- opened this issue Feb 9, 2020 · 2 comments

Comments

@Qwertie-
Copy link

Qwertie- commented Feb 9, 2020

I have copied the sine demo from the examples folder and run it but I get no audio out

Output from the program

$ cargo run
    Finished dev [unoptimized + debuginfo] target(s) in 0.01s
     Running `target/debug/synth_test`
Enter an integer value to change the frequency of the sine wave.
3000

JACK is running and seems to be set up correct because Ardour is working fine on it.

@Tattomoosa
Copy link

The sine example doesn't hook itself up to your computer's output. Run it, open qjackctl, click Graph, and connect rust_jack_sine to your audio out ("playback_1" and "playback_2" in system for me)

@wmedrano
Copy link
Member

This seems to be a common point of confusion for people that are less familiar with JACK. We could probably hardcode connecting to playback_1 and playback_2 since this is what most people expect.

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

3 participants