Bump version and update Changes
[audio-opusfile.git] / README
CommitLineData
f9bbe896 1Audio-Opusfile version 0.003
a3f1cbda
MG
2============================
3
4Opus is a totally open, royalty-free, highly versatile audio codec.
5Opus is unmatched for interactive speech and music transmission over
6the Internet, but is also intended for storage and streaming
7applications. It is standardized by the Internet Engineering Task
8Force (IETF) as RFC 6716 which incorporated technology from Skype's
9SILK codec and Xiph.Org's CELT codec.
10
11libopusfile is a library for decoding and basic manipulation of Ogg
12Opus files.
13
14Audio::Opusfile is an interface to libopusfile. At the moment its only
25343ee4
MG
15function is reading tags from an Ogg Opus file or buffer. Future
16versions will give access to a larger part of the libopusfile API.
a3f1cbda
MG
17
18Expect the API to change in future versions.
19
20INSTALLATION
21
22To install this module type the following:
23
24 perl Makefile.PL
25 make
26 make test
27 make install
28
29DEPENDENCIES
30
31This module requires these other modules and libraries:
32
33* Devel::CheckLib
34* libopusfile
35
36COPYRIGHT AND LICENCE
37
38Copyright (C) 2016 by Marius Gavrilescu
39
40This library is free software; you can redistribute it and/or modify
41it under the same terms as Perl itself, either Perl version 5.24.0 or,
42at your option, any later version of Perl 5 you may have available.
43
44
This page took 0.011751 seconds and 4 git commands to generate.