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

NAME

Audio::Extract::PCM::Backend::Vorbis - ogg/vorbis backend for audio extraction

SYNOPSIS

This module makes Audio::Extract::PCM capable to use the vorbisfile library (specifically Ogg::Vorbis::Decoder) for audio extraction.

METHODS

new

See "new" in Audio::Extract::PCM::Backend.

open_back

See "open" in Audio::Extract::PCM::Backend.

read_back

See "read" in Audio::Extract::PCM::Backend.

used_versions

Returns a hash ref with the version of Ogg::Vorbis::Decoder as value.