1
2	Mixer - Perl extension for Sound Mixer control
3        ==============================================
4
5       Library to query / set various sound mixer parameters.
6
7       This is just a very simple Perl interface which allows to
8       set various sound mixer parameters. The most important
9       probably 'vol' (volume). The list of all mixer parameters
10       can be obtained using get_mixer_params() function.
11
12       Library includes application volume.pl, which is a simple
13       Perl/Tk volume control application.
14
15Installation
16============
17    The installation of Mixer module is the same as you would install
18 any perl module library, by running these commands:
19
20perl Makefile.PL
21make
22make test
23make install
24
25Platforms
26=========
27Linux
28
29Documentation
30=============
31See POD doumentation in Mixer.pm (after installation, just use perldoc Mixer).
32
33Questions, bug reports, useful code bits, and suggestions
34should just be sent to me at sergey@sergey.com
35
36
37Availability
38============
39The latest version can be found on http://www.sergey.com/soft/Mixer/
40
41
42Copyright
43=========
44Copyright 2001 by Sergey Gribov <sergey@sergey.com>, all rights reserved.
45
46