Skip to content

Commit

Permalink
Merge pull request #101 from Baseband-processor/patch-3
Browse files Browse the repository at this point in the history
added "Audio" libraries
  • Loading branch information
uzulla authored Dec 15, 2020
2 parents 20b0093 + 9265ba6 commit d1d6133
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ We also recommend these lists.
- [Awesome Perl](#awesome-perl)
- [Args](#args)
- [Audio](#audio)
- [Digital Signal Processing](#DSP)
- [Benchmarks](#benchmarks)
- [Caches](#caches)
- [Class Builder](#class-builder)
Expand Down Expand Up @@ -79,6 +80,13 @@ We also recommend these lists.

* [Audio::CD](https://metacpan.org/pod/Audio::CD) - Interface to libcdaudio (cd + cddb)
* [Audio::Wav](https://metacpan.org/pod/Audio::Wav) - Modules for reading & writing Microsoft WAV files.
* [Audio::SndFile](https://metacpan.org/pod/Audio::SndFile) - Perl library for reading and writing sound files
* [Audio::Ao](https://metacpan.org/pod/Audio::Ao) - A Perl wrapper for the Ao audio library
* [MIDI::ALSA](https://metacpan.org/pod/MIDI::ALSA) - the perl ALSA library, plus some interface functions

### DSP
* [Audio::Analyzer](https://metacpan.org/pod/Audio::Analyzer) - Demodulate Audio through FFT and perl!
* [Audio::Analyzer::ToneDetect](https://metacpan.org/pod/Audio::Analyzer::ToneDetect) - Detect freq of tones in an audio file or stream

## Benchmarks

Expand Down

0 comments on commit d1d6133

Please sign in to comment.