Audio::Mad::Stream

Audio::Mad::Stream is a Perl interface to mad_stream structure.
Download

Audio::Mad::Stream Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Mark McConnell
  • Publisher web site:
  • http://search.cpan.org/~mischke/Audio-Mad-0.6/lib/Audio/Mad/Stream.pm

Audio::Mad::Stream Tags


Audio::Mad::Stream Description

Audio::Mad::Stream is a Perl interface to mad_stream structure. Audio::Mad::Stream is a Perl interface to mad_stream structure.SYPNOSIS my $stream = new Audio::Mad::Stream ($options); $stream->buffer($scalar); my $remain = substr($scalar, $stream->next_frame); my $position = $stream->this_frame; $stream->skip($position + 400); $stream->sync(); $options = $stream->options(); $options |= MAD_OPTION_IGNORECRC; $stream->options($options); unless ($stream->err_ok()) { print "error code was: " . $stream->error() . "n"; }This package provides an interface to the underlying mad_stream structure used in the decoder library. Almost all of the methods from the library are implemented, and work on regualar perl data types.Requirements:· Perl Requirements: · Perl


Audio::Mad::Stream Related Software