From: Marius Gavrilescu Date: Sat, 24 Sep 2016 21:23:17 +0000 (+0100) Subject: We're no longer very incomplete X-Git-Tag: 0.004~1 X-Git-Url: http://git.ieval.ro/?p=audio-opusfile.git;a=commitdiff_plain;h=196e0b276346af2d79dbf70d93dcaa6200b136e2 We're no longer very incomplete --- diff --git a/README b/README index 3bbe7a2..6605add 100644 --- a/README +++ b/README @@ -11,11 +11,12 @@ SILK codec and Xiph.Org's CELT codec. libopusfile is a library for decoding and basic manipulation of Ogg Opus files. -Audio::Opusfile is an interface to libopusfile. At the moment its only -function is reading tags from an Ogg Opus file or buffer. Future -versions will give access to a larger part of the libopusfile API. +Audio::Opusfile is an interface to libopusfile. It exports nearly all +of the functions for obtaining metadata of an Opus file or buffer in +that library. Future versions will additionally provide functions for +decoding Opus data into PCM. -Expect the API to change in future versions. +The API might change in future versions. INSTALLATION diff --git a/lib/Audio/Opusfile.pm b/lib/Audio/Opusfile.pm index 8f1e90e..b11ed42 100644 --- a/lib/Audio/Opusfile.pm +++ b/lib/Audio/Opusfile.pm @@ -96,7 +96,7 @@ __END__ =head1 NAME -Audio::Opusfile - Very incomplete interface to the libopusfile Ogg Opus library +Audio::Opusfile - partial interface to the libopusfile Ogg Opus library =head1 SYNOPSIS @@ -117,12 +117,12 @@ SILK codec and Xiph.Org's CELT codec. libopusfile is a library for decoding and basic manipulation of Ogg Opus files. -Audio::Opusfile is an interface to libopusfile. At the moment its only -function is reading metadata and tags from an Ogg Opus file or buffer. -Future versions will give access to a larger part of the libopusfile -API. +Audio::Opusfile is an interface to libopusfile. It exports nearly all +of the functions for obtaining metadata of an Opus file or buffer in +that library. Future versions will additionally provide functions for +decoding Opus data into PCM. -Expect the API to change in future versions. +The API might change in future versions. =head1 METHODS