Perlcritic compliance + bump version and update Changes
[audio-opusfile.git] / README
... / ...
CommitLineData
1Audio-Opusfile version 1.000
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. It exports nearly all
15of the functions for obtaining metadata of an Opus file or buffer in
16that library. Future versions will additionally provide functions for
17decoding Opus data into PCM.
18
19The API might change in future versions.
20
21INSTALLATION
22
23To install this module type the following:
24
25 perl Makefile.PL
26 make
27 make test
28 make install
29
30DEPENDENCIES
31
32This module requires these other modules and libraries:
33
34* Devel::CheckLib
35* libopusfile
36
37COPYRIGHT AND LICENCE
38
39Copyright (C) 2016-2017 by Marius Gavrilescu
40
41This library is free software; you can redistribute it and/or modify
42it under the same terms as Perl itself, either Perl version 5.24.0 or,
43at your option, any later version of Perl 5 you may have available.
44
45
This page took 0.009299 seconds and 4 git commands to generate.