Audio::Mad::Resample

Resampling routines for mad_fixed_t data
Download

Audio::Mad::Resample 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::Resample Tags


Audio::Mad::Resample Description

Resampling routines for mad_fixed_t data Audio::Mad::Resample is a Perl module that contains resampling routines for mad_fixed_t data.SYPNOSIS my $resample = new Audio::Mad::Resample (44100, 48000); my ($left, $right) = $resample->resample($d_left, $d_right); $resample->init(22050, 8000); if ($resample->mode() == 2) { print "no resampling needed" }This module provides a means of changing the sampling rate of streams of mad_fixed_t data produced by the underlying library. The underlying module resamples the streams using a linear resampling method, provided with the mad-0.14.2b distribution. (Thanks, Rob). Requirements: · Perl


Audio::Mad::Resample Related Software