• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ChangesH A D27-Mar-2003455 1812

MANIFESTH A D27-Mar-200384 1110

Makefile.PLH A D27-Mar-2003530 1512

Mix.cH A D03-May-20225.6 KiB288229

Mix.hH A D27-Mar-2003804 3710

Mixer.pmH A D27-Mar-20035 KiB19651

Mixer.xsH A D27-Mar-20031.6 KiB148127

READMEH A D27-Mar-20031.1 KiB4631

test.plH A D27-Mar-20031.9 KiB6119

volume.plH A D03-May-20221.4 KiB5927

README

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