-
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
Pulseaudio backend does not work reliable #7
Comments
The pulseaudio stream works when Here is a small video proof (I can't record audio with gnome's default screencaster). |
Yes, I confirm that weirdness! The example works with |
The original |
Pulseaudio outputs only a single buffer of audio and then stops the output. This issue occurs for other users as well (#6).
Getting pulseaudio's debug output is not as straight-forward as one might think, at least not on Arch Linux machines running Gnome 3. To get the debug log use the following steps:
autospawn=no
to your~/.config/pulse/client.conf
(or/etc/pulse/client.conf
, but the former one is preferred)systemctl --user stop pulseaudio
systemctl --user top pulseaudio.socket
to prevent pa from respawningkillall pulseaudio
pulseaudio -vvvvv --log-level=debug --log-time --daemonize=no
Running
cargo run --release --example sine
produced the following log output:The text was updated successfully, but these errors were encountered: