[EMAIL PROTECTED] writes:

> On alsamixer the channels Master PCM Wave are open
> Nor
> 'cat musik.wav > /dev/audio'
> neither
> 'cat musik.wav > /dev/dsp'
> sounds like music. It's like a datadisk in a CD-Player.

Of course, this is not expected to work.
/dev/dsp does not understand WAV Format you should
convert it to raw with the correct format and rate. 
AFAIK /dev/dsp uses a default format of 8bit unsigned linear 
(I dont know the correct rate).
Or try something like (using sox)
sox musik.wav -t ossdsp /dev/dsp
Or best, try aplay which uses native ALSA Transfer.

Regards,
Matthias


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to