View Single Post
Old 26th November 2010
chrizby chrizby is offline
New User
 
Join Date: Nov 2010
Posts: 9
Default

One last thing. In an attempt to get as much info up there as possible.

This is for the isa card.

Code:
$ audioctl -f /dev/audio0     
name=SoundBlaster
version=3.02
config=SB_Pro
encodings=ulinear:8:1:1,mulaw:8:1:1*,alaw:8:1:1*,slinear:8:1:1*
properties=mmap,independent
full_duplex=0
fullduplex=0
blocksize=400
hiwat=163
lowat=122
output_muted=0
monitor_gain=0
mode=
play.rate=8000
play.sample_rate=8000
play.channels=1
play.precision=8
play.bps=1
play.msb=1
play.encoding=mulaw
play.gain=128
play.balance=32
play.port=0x0
play.avail_ports=0x0
play.seek=0
play.samples=0
play.eof=0
play.pause=0
play.error=0
play.waiting=0
play.open=0
play.active=0
play.buffer_size=65536
play.block_size=400
play.errors=0
record.rate=8000
record.sample_rate=8000
record.channels=1
record.precision=8
record.bps=1
record.msb=1
record.encoding=mulaw
record.gain=127
record.balance=32
record.port=0x0
record.avail_ports=0x7
record.seek=0
record.samples=0
record.eof=0
record.pause=0
record.error=0
record.waiting=0
record.open=0
record.active=0
record.buffer_size=65536
This is for the pci card

Code:
$ audioctl -f /dev/audio1
name=CS4280
version=
config=cs4280
encodings=ulinear:8:1:1,mulaw:8:1:1*,alaw:8:1:1*,slinear:8:1:1,slinear_le:16:2:1,ulinear_le:16:2:1,slinear_be:16:2:1,ulinear_be:16:2:1
properties=full_duplex,independent
full_duplex=0
fullduplex=0
blocksize=8192
hiwat=8
lowat=6
output_muted=0
monitor_gain=0
mode=play
play.rate=48000
play.sample_rate=48000
play.channels=2
play.precision=16
play.bps=2
play.msb=1
play.encoding=slinear_le
play.gain=255
play.balance=32
play.port=0x0
play.avail_ports=0x0
play.seek=0
play.samples=0
play.eof=0
play.pause=0
play.error=0
play.waiting=0
play.open=1
play.active=0
play.buffer_size=65536
play.block_size=8192
play.errors=0
record.rate=48000
record.sample_rate=48000
record.channels=2
record.precision=16
record.bps=2
record.msb=1
record.encoding=slinear_le
record.gain=191
record.balance=32
record.port=0x1
record.avail_ports=0x7
record.seek=0
record.samples=0
record.eof=0
record.pause=0
record.error=0
record.waiting=0
record.open=1
record.active=0
record.buffer_size=65536
record.block_size=8192
record.errors=0
ecord.block_size=400
record.errors=0
Every time I go in and work on this I get my hopes up, only to have them dashed again, because I can't get this to work.
Reply With Quote