1 Audio-Opusfile version 0.003
2 ============================
4 Opus is a totally open, royalty-free, highly versatile audio codec.
5 Opus is unmatched for interactive speech and music transmission over
6 the Internet, but is also intended for storage and streaming
7 applications. It is standardized by the Internet Engineering Task
8 Force (IETF) as RFC 6716 which incorporated technology from Skype's
9 SILK codec and Xiph.Org's CELT codec.
11 libopusfile is a library for decoding and basic manipulation of Ogg
14 Audio::Opusfile is an interface to libopusfile. At the moment its only
15 function is reading tags from an Ogg Opus file or buffer. Future
16 versions will give access to a larger part of the libopusfile API.
18 Expect the API to change in future versions.
22 To install this module type the following:
31 This module requires these other modules and libraries:
38 Copyright (C) 2016 by Marius Gavrilescu
40 This library is free software; you can redistribute it and/or modify
41 it under the same terms as Perl itself, either Perl version 5.24.0 or,
42 at your option, any later version of Perl 5 you may have available.