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

in simple_audio example pause does not work #541

Open
ndr-brt opened this issue Apr 14, 2020 · 1 comment
Open

in simple_audio example pause does not work #541

ndr-brt opened this issue Apr 14, 2020 · 1 comment

Comments

@ndr-brt
Copy link

ndr-brt commented Apr 14, 2020

OS: Ubuntu 19.10
rustc: 1.42.0

how to reproduce: run the simple_audio example:
cargo run --release --example simple_audio

The application starts, sound works, also pitch up/down with up and down keys works.
According with the code, when Key::Space is pressed, stream should pause, but it keep sound.
Also pitch up/down keep working after space key pressed.

@mitchmindtree
Copy link
Member

Thanks for the report @ndr-brt !

There are some known issues with play and pause on the ALSA host atm, there's discussion on an open PR here if you're interested. As a fellow linux-er, you might also be interested in following the JACK implementation PR here.

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

No branches or pull requests

2 participants