POE::Component::Enc::Mp3

POE::Component::Enc::Mp3 is a mp3 encoder wrapper.
Download

POE::Component::Enc::Mp3 Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Erick Calder
  • Publisher web site:
  • http://search.cpan.org/~ecalder/

POE::Component::Enc::Mp3 Tags


POE::Component::Enc::Mp3 Description

POE::Component::Enc::Mp3 is a mp3 encoder wrapper. POE::Component::Enc::Mp3 is a mp3 encoder wrapper.SYNOPSISuse POE qw(Component::Enc::Mp3);$mp3 = POE::Component::Enc::Mp3->new($bitrate => 160); $mp3->enc("/tmp/tst.wav");POE::Kernel->run();This POE component encodes raw audio files into mp3 format. It is merely a wrapper for the notlame program.METHODSThe module provides an object oriented interface as follows:newUsed to initialise the system and create a module instance. The following parameters are available:aliasIndicates the name of a session to which module callbacks are posted. Default: main.bitrateShould be self-evident. If left unspecified, defaults to 160.enc < file-name > Encodes the given file, naming it with a .mp3 extension. An optional true value for the second parameter indicates that the original file should be deleted. e.g. $mp3->enc("/tmp/tst.wav"); Requirements: · Perl


POE::Component::Enc::Mp3 Related Software