forked from kfish/sweep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.ALSA
56 lines (38 loc) · 1.69 KB
/
README.ALSA
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
47
48
49
50
51
52
53
54
55
56
Sun Jun 25 2006
---------------
the default driver is now the ALSA driver. see README.OSS for
information on using the OSS driver instead.
Wed Apr 30 2003
---------------
Support for ALSA 0.9 is functional and could do with widespread testing.
To build with alsa support, simply configure with:
./configure --enable-alsa
Note that this will build a binary which will work with ALSA only, and
not attempt to use OSS. In future this will be replaced with plugins
for different pcm i/o methods, which should ease binary distribution.
Wed Sep 11 2002
---------------
ALSA native support it currently not working; to even attempt to build the
code, you must configure with:
./configure --enable-experimental --enable-alsa
However, Sweep works fine with ALSA under OSS emulation.
Sat Oct 7 2000
---------------
Support for ALSA (Advanced Linux Sound Architecture) version 0.6.0 was
added by Paul Barton-Davis <[email protected]>.
To build sweep with support for ALSA 0.6.0, do:
./configure --enable-alsa
make
Paul writes:
To use ALSA, you need --enable-alsa as an arg to configure,
because just discovering ALSA is not deemed to be sufficient to use
it (at this time).
A couple of things to note:
* this is ALSA 0.6.0, which is only available via CVS right now
* this code is totally different than the code needed for 0.5.X
* you also need a ~/.asoundrc file to define the
characteristics of various "named PCM devices"
* you can define the environment variable SWEEP_ALSA_PCM to
the name of the PCM device you want sweep to use
* if its not defined, sweep will try to open a named PCM
device called "sweep"