jasonmc / forked-daapd

A re-write of the firefly media server (mt-daapd). It's released under GPLv2+. Please note that this git repository is a mirror of the official one at git://git.debian.org/~jblache/forked-daapd.git
http://blog.technologeek.org/2009/06/12/217
GNU General Public License v2.0
328 stars 45 forks source link

I can't play audio locally #126

Open buendias-dev opened 3 years ago

buendias-dev commented 3 years ago

In a Raspberry Pi 3 with an USB audio card I am not able to play locally. I have this error: [ LOG] laudio: Hardware doesn't support 44100 Hz: Invalid argument [ LOG] laudio: Device 'default' does not support quality (44100/16/2), falling back to default [ LOG] laudio: Hardware doesn't support 44100 Hz: Invalid argument [ LOG] laudio: ALSA device failed setting fallback quality

However, I can play mp3 files from the shell, f.i. play -t sl -r44100 -c2 -n synth -1 pinknoise .1 60

I can't fix this problem.

Any idea? Thanks!