ruffle-rs/ruffle

gentoo linux, no desktop audio

Open

#1.822 geöffnet am 3. Dez. 2020

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (932 Forks)batch import
A-audioA-desktophelp wanted

Repository-Metriken

Stars
 (17.394 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 4T 3h) (108 gemergte PRs in 30 T)

Beschreibung

when trying to use the desktop player, i get an error saying "Unable to create audio device: A backend-specific error has occurred: ALSA function 'snd_pcm_start' failed with error 'EPIPE: broken pipe'"

i'm not very experienced with rust, but i was able to find where the error's thrown using a lot of println statements. in desktop/src/audio.rs, on line 108, there's a block of code that starts with "match sample_format" and none of my printlns after it show up, but all the ones before do.

Contributor Guide