coissac / moOdeCDPlayer

add a CD playback function to the moOde music player
MIT License
7 stars 1 forks source link

Sound is suspended / hickups #7

Open Yawarakaimono opened 1 year ago

Yawarakaimono commented 1 year ago

The mpd log file is riddled with errors: alsa_output: Decoder is too slow; playing silence to avoid xrun

(Almost) Solution:

Setting SoX Resampling option 'Multithreading' to 'No' makes the music playing for much longer time. However, every now and then it stops for a moment.

Yawarakaimono commented 1 year ago

See issue #8 Otherwise add this snippet to mpd.conf according the moOde howto.

input { plugin "cdio_paranoia" speed "8" mode "disable" skip "yes" }

jipite commented 10 months ago

Hello

I think there is a problem with device /dev/sr0. It became /dev/sr1 when inserting a cd and then moode stop play cdrom. /dev/cdrom disappear and playing stop. Is it a kernel problem or moode problem ?

Thanks for your work