Problem:
1. play and xplay won't play WAV files.
(38) % play chord.wav
Playing: chord.wav (full-song)
Mono-Sample, speed: 22050 Hz, 8 Bit per Sample
Can't get blocksize
^^^^^^^^^^^^^^^^^^
What I have:
1. Linux kernel recognizes my SB sound card at bootup time.
snd2 <SoundBlaster Pro 4.13> at 0x220 irq 5 drq 1
snd6 <SoundBlaster 16 4.13> at 0x220 irq 5 drq 5
2. In /dev/, I have:
crw-rw-rw- 1 root sys 14, 4 Oct 10 14:40 audio
-rw-r--r-- 1 root root 0 Jun 11 01:20 sound
3. I CAN play AU sound files by doing
% cat bluejay2.au > /dev/audio
but not this
% cat bluejay2.au > /dev/sound
What does the message "Can't get blocksize" mean? How can I fix it? Thanks.
--
Raymond W. Yu