Revision history for Perl extension Audio::Opusfile.
+0.004 2016-09-25T00:28+03:00
+ - Add Audio::Opusfile::Head module for extracting Opus header information
+ - Export more functions for obtaining information about a stream
+ - Simplify typemap
+
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
-Audio-Opusfile version 0.003
+Audio-Opusfile version 0.004
============================
Opus is a totally open, royalty-free, highly versatile audio codec.
our @EXPORT_OK = @constants;
our @EXPORT = @constants;
-our $VERSION = '0.003';
+our $VERSION = '0.004';
sub AUTOLOAD {
# This AUTOLOAD is used to 'autoload' constants from the constant()