Revision history for Perl extension Audio::Opusfile.
+0.003 2016-09-18T00:48+01:00
+ - Add function to parse in-memory buffers
+ - Add function to test if a buffer looks like an Opus stream
+ - Export some other minor functions
+
0.002001 2016-08-06T16:45-04:00
- Fix MANIFEST
-Audio-Opusfile version 0.001
+Audio-Opusfile version 0.003
============================
Opus is a totally open, royalty-free, highly versatile audio codec.
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()
use warnings;
use subs qw/parse/;
-our $VERSION = '0.002001';
+our $VERSION = '0.003';
sub new { parse $_[1] }
use warnings;
use subs qw/query query_count/;
-our $VERSION = '0.002001';
+our $VERSION = '0.003';
sub query_all {
my ($tags, $tag) = @_;