-
Notifications
You must be signed in to change notification settings - Fork 4
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
Panicks on getting default speakers #55
Comments
@GabrielleShull Thanks for opening this issue! It looks like the wavy docs are suggesting an older version of wavy. Does it still happen if you change wavy to |
yes, on
(also nixos 22.11) |
@GabrielleShull @LennyPenny can one of you (or both) run: arecord --dump-hw-params default And provide the command's output? I think that might give us more context into why this is happening. |
(I aborted it after 10s as it didnt print anything new) |
A compiled example panics when running
let mut speakers = Speakers::default();
To reproduce the bug:
Cargo.toml
filemain.rs
file with the example code.RUST_BACKTRACE=1 cargo run
in the terminal.My expectation was that audio would be recorded and played back in real time.
Laptop information:
I look forward to learning from this.
Thanks!
The text was updated successfully, but these errors were encountered: