File: README

package info (click to toggle)
alsadriver 0.4.1i-5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 5,256 kB
  • ctags: 15,024
  • sloc: ansic: 96,846; makefile: 1,232; sh: 1,051; perl: 54
file content (46 lines) | stat: -rw-r--r-- 1,552 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46

	
		Advanced Linux Sound Architecture (ALSA) - Driver
		=================================================
			 WWW: http://www.alsa-project.org


Features
========

* general
  - modularized architecture with support for 2.2+ kernels
  - support for versioned and exported symbols
  - full proc filesystem support - /proc/asound
* ISA soundcards
  - support for 128k ISA DMA buffer
* mixer
  - new enhanced and flexible API for applications
  - support for unlimited number of elements and groups
  - support for mute (and hardware mute if hardware supports it)
  - support for mixer events
    - this allows two or more applications to be synchronized
* digital audio (PCM)
  - new enhanced API for applications
  - full real duplex support
  - full duplex support for SoundBlaster 16/AWE soundcards
  - digital audio data for playback and record should be read back using
    proc filesystem
* OSS/Free compatibility
  - full mixer compatibity
  - full PCM (/dev/dsp) compatibility

More information about ALSA sound driver is located in doc directory.


Notes to soundcards
===================

Sound Blaster 16/AWE
--------------------
    Quake and other OSS/Free programs should abort with 'Segmentation
fault' or other errors. This is due to ALSA driver isn't able support
8-bit or 16-bit sample wide for mmaped (direct) access at some time 
(this depends if some other application isn't using record or playback
direction). For normal access ALSA driver does sample width conversions.
You can try use different sample width for these programs.