-
-
11 Sep 2000 05:53:42 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues (2)
- Testers (82 / 372 / 0)
- Kwalitee
Bus factor: 0- 42.11% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (27.78KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.02
- added several new methods:
- Opening/closing device
- open
- Direct read/write to device
- dread
- dwrite
- I/O Control
- channels
- setduplex
- setfmt
- speed
- Opening/closing device
- The following methods are now deprecated:
- getformat
- queryformat
- setchannels
- setdevice
- setformat
- setrate
- The following sample-format constants are now exported on use:
- AFMT_MU_LAW
- AFMT_A_LAW
- AFMT_IMA_ADPCM
- AFMT_U8
- AFMT_S16_LE
- AFMT_S16_BE
- AFMT_S8
- AFMT_U16_LE
- AFMT_U16_BE
- AFMT_MPEG
- Consequently, the 'format' parameter in the init() method should be passed in constant rather than string form (string form is deprecated). On a similar note, the open flag should be passed as a Fcntl.pm constant rather than a string (also deprecated).
Modules
Perl interface to *NIX digital audio device.Other files
Module Install Instructions
To install Audio::DSP, copy and paste the appropriate command in to your terminal.
cpanm Audio::DSP
perl -MCPAN -e shell install Audio::DSP
For more information on module installation, please visit the detailed CPAN module installation guide.