META package to install all the noise related modules
This is a convenience to install the following modules which are all of those known to the Perl 6 Noise Gang that can be used to make or process noise of some kind:
- ABC
- Music::Helpers
- Audio::Taglib::Simple
- Audio::Sndfile
- Audio::Libshout
- Audio::Encode::LameMP3
- Audio::Convert::Samplerate
- Audio::Silan
- Audio::Liquidsoap
- Audio::Playlist::JSPF
- Audio::Hydrogen
- Audio::PortAudio
- Audio::PortMIDI
- Audio::Icecast
- EuclideanRhythm
- Audio::MIDI::Note
- Audio::OggVorbis
There's absolutely no guarantee that all of these will be useful to you, but it should give you an idea of some of the things that you can do with sounds with Perl 6.
Many of the modules that will be installed will have external dependencies that won't be installed for you, they may simply fail the tests because of a missing shared library or binary, so you probably want to consult the individual README files of each module if you experience problems.
If you have a working Rakudo Perl 6 installation then you should be able to do:
zef install Task::Noise
depending on your preference.
If you have a problem with one of the modules that this installs please try and contact the author using the mechanism they may have indicated in the documentation of the module.
If of course you have any suggestions or additions for the list of modules included please raise a ticket at https://github.com/Perl6-Noise-Gang/Task-Noise/issues
The copyright of the individual modules will be as indicated by the authors.
© The Perl 6 Noise Gang 2016