The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Audio::C4Stream::Mixer - Perl extension for crossfade mixer.

SYNOPSIS

  use Audio::C4Stream::Mixer;
  my $mixer = new Audio::C4Stream::Mixer(duration => 1, silentOut => 0.8, silentIn => 0);
  $mixer->switch();

DESCRIPTION

This library can make croosfades. Use it only with 16bits stereo, 44100hz sounds.

Constructor

Parameters are :

Fonctions

The functions are :

EXPORT

None by default.

SEE ALSO

See Audio::C4Stream::Wav

AUTHOR

C4PC, adeamara@cloud4pc.com

COPYRIGHT AND LICENSE

Copyright (C) 2012 by C4PC

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.

4 POD Errors

The following errors were encountered while parsing the POD:

Around line 163:

=over should be: '=over' or '=over positive_number'

Around line 168:

You forgot a '=back' before '=head2'

Around line 172:

=over should be: '=over' or '=over positive_number'

Around line 176:

You forgot a '=back' before '=head2'