-
Notifications
You must be signed in to change notification settings - Fork 469
Closed
Description
I'm getting a crash on linux from cpal:
-
Command:
$ cargo run --example beep -
Stdout:
thread 'main' panicked at 'hardware params could not be set: "Invalid argument"', libcore/result.rs:1009:5 -
stack backtrace:
...snip...
10: cpal::cpal_impl::set_hw_params_from_format
at src/alsa/mod.rs:805
11: cpal::cpal_impl::EventLoop::build_output_stream
at src/alsa/mod.rs:700
12: cpal::EventLoop::build_output_stream
at ./src/lib.rs:434
13: beep::main
at examples/beep.rs:7
...snip...