]> iEval git - audio-opusfile.git/blobdiff - lib/Audio/Opusfile.pm
Bump version and update Changes
[audio-opusfile.git] / lib / Audio / Opusfile.pm
index 1e37f4bf580365be25e235f844006c34b05cacf7..bc917820c95a0c40a3ef3280a6b6ab406277a8c2 100644 (file)
@@ -46,7 +46,7 @@ my @constants =
 our @EXPORT_OK = @constants;
 our @EXPORT = @constants;
 
-our $VERSION = '0.002001';
+our $VERSION = '0.003';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()
@@ -117,8 +117,9 @@ 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. Future
-versions will give access to a larger part of the libopusfile API.
+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.
 
 Expect the API to change in future versions.
 
This page took 0.016648 seconds and 4 git commands to generate.