File: README

package info (click to toggle)
libaudio-mixer-perl 0.7-3
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 76 kB
  • ctags: 30
  • sloc: ansic: 239; perl: 96; makefile: 51
file content (45 lines) | stat: -rw-r--r-- 1,159 bytes parent folder | download | duplicates (6)
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

	Mixer - Perl extension for Sound Mixer control
        ==============================================

       Library to query / set various sound mixer parameters.

       This is just a very simple Perl interface which allows to
       set various sound mixer parameters. The most important
       probably 'vol' (volume). The list of all mixer parameters
       can be obtained using get_mixer_params() function.

       Library includes application volume.pl, which is a simple
       Perl/Tk volume control application.

Installation
============
    The installation of Mixer module is the same as you would install
 any perl module library, by running these commands:

perl Makefile.PL
make
make test
make install

Platforms
=========
Linux

Documentation
=============
See POD doumentation in Mixer.pm (after installation, just use perldoc Mixer).

Questions, bug reports, useful code bits, and suggestions 
should just be sent to me at sergey@sergey.com


Availability
============
The latest version can be found on http://www.sergey.com/soft/Mixer/


Copyright
=========
Copyright 2001 by Sergey Gribov <sergey@sergey.com>, all rights reserved.