• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-5940

examples/H27-Jun-2020-1,003838

include/H27-Jun-2020-2,165246

m4/H27-Jun-2020-9,4048,494

src/H27-Jun-2020-8,6946,077

unix/H27-Jun-2020-244149

win32/VS2015/H27-Jun-2020-938932

AUTHORSH A D23-Mar-2020262 65

COPYINGH A D23-Mar-20201.5 KiB2923

Makefile.amH A D03-May-20224.6 KiB14496

Makefile.inH A D27-Jun-202046.2 KiB1,2471,093

README.mdH A D25-Jun-2020908 1913

aclocal.m4H A D27-Jun-202053.8 KiB1,4931,351

compileH A D12-Apr-20207.2 KiB349259

config.guessH A D24-Feb-201843.2 KiB1,4811,288

config.h.inH A D27-Jun-20203.3 KiB12892

config.subH A D24-Feb-201835.3 KiB1,8021,661

configureH A D27-Jun-2020458 KiB15,67513,011

configure.acH A D27-Jun-20206.3 KiB211176

depcompH A D12-Apr-202023 KiB792502

install-shH A D12-Apr-202015.3 KiB530346

ltmain.shH A D02-Mar-2020319.6 KiB11,2528,044

missingH A D12-Apr-20206.7 KiB216143

opusfile-uninstalled.pc.inH A D23-Mar-2020371 1512

opusfile.pc.inH A D23-Mar-2020348 1613

opusurl-uninstalled.pc.inH A D23-Mar-2020349 1512

opusurl.pc.inH A D23-Mar-2020306 1512

package_versionH A D27-Jun-202023 21

README.md

1# Opusfile
2
3[![GitLab Pipeline Status](https://gitlab.xiph.org/xiph/opusfile/badges/master/pipeline.svg)](https://gitlab.xiph.org/xiph/opusfile/commits/master)
4[![Travis Build Status](https://travis-ci.org/xiph/opusfile.svg?branch=master)](https://travis-ci.org/xiph/opusfile)
5[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/xiph/opusfile?branch=master&svg=true)](https://ci.appveyor.com/project/rillian/opusfile)
6
7The opusfile and opusurl libraries provide a high-level API for
8decoding and seeking within .opus files on disk or over http(s).
9
10opusfile depends on libopus and libogg.
11opusurl depends on opusfile and openssl.
12
13The library is functional, but there are likely issues
14we didn't find in our own testing. Please give feedback
15in #opus on irc.freenode.net or at opus@xiph.org.
16
17Programming documentation is available in tree and online at
18https://opus-codec.org/docs/
19