On 2008/12/29 01:50, Nicolas Évrard <ni...@no-log.org> wrote: > For christmas I received a TuxDroid [1] which is seen as a soundcard > by linux. I successfully used it to play some wav files: > > smarties:/home/nicoe# aplay -D hw:1,0 t.wav > Playing WAVE 't.wav' : Unsigned 8 bit, Rate 8000 Hz, Mono > smarties:/home/nicoe# file t.wav > t.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 8 bit, > mono 8000 Hz
WAV files store 8 bit samples as "signed", while MPD insists on using "unsigned" samples. The problem might be related to that. Can you play that file with "aplay --format=S8"? Please start MPD with "--verbose" and watch out for more ALSA log messages. Max -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org