ruffle-rs/ruffle

gentoo linux, no desktop audio

开放

#1,822 创建于 2020年12月3日

 (4 条评论) (0 个反应) (0 位负责人)Rust (932 个派生)batch import
A-audioA-desktophelp wanted

仓库指标

星标
 (17,394 个星标)
PR 合并指标
 (平均合并 4天 3小时) (30 天内合并 108 个 PR)

描述

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.

贡献者指南