📄 solo1
字号:
Recording---------Recording does not work on the author's card, but thereis at least one report of it working on later silicon.The chip behaves differently than described in the data sheet,likely due to a chip bug. Working around this would requirethe help of ESS (for example by publishing an errata sheet),but ESS has not done so so far.Also, the chip only supports 24 bit addresses for recording,which means it cannot work on some Alpha mainboards./proc/sound, /dev/sndstat-------------------------/proc/sound and /dev/sndstat is not supported by thedriver. To find out whether the driver succeeded loading,check the kernel log (dmesg).ALaw/uLaw sample formats------------------------This driver does not support the ALaw/uLaw sample formats.ALaw is the default mode when opening a sound deviceusing OSS/Free. The reason for the lack of support isthat the hardware does not support these formats, and addingconversion routines to the kernel would lead to very uglycode in the presence of the mmap interface to the driver.And since xquake uses mmap, mmap is considered important :-)and no sane application uses ALaw/uLaw these days anyway.In short, playing a Sun .au file as follows:cat my_file.au > /dev/dspdoes not work. Instead, you may use the play script fromChris Bagwell's sox-12.14 package (or later, available from the URLbelow) to play many different audio file formats.The script automatically determines the audio formatand does do audio conversions if necessary.http://home.sprynet.com/sprynet/cbagwell/projects.htmlBlocking vs. nonblocking IO---------------------------Unlike OSS/Free this driver honours the O_NONBLOCK file flagnot only during open, but also during read and write.This is an effort to make the sound driver interface moreregular. Timidity has problems with this; a patchis available from http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html.(Timidity patched will also run on OSS/Free).MIDI UART---------The driver supports a simple MIDI UART interface, withno ioctl's supported.MIDI synthesizer----------------The card has an OPL compatible FM synthesizer.Thomas Sailert.sailer@alumni.ethz.ch
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -