diff options
author | Jean-Marc Valin <jmvalin@jmvalin.ca> | 2012-05-16 00:36:19 -0400 |
---|---|---|
committer | Jean-Marc Valin <jmvalin@jmvalin.ca> | 2012-05-16 00:36:19 -0400 |
commit | 7143b2d0ff61690b698cc8a8b0e61852ba74d984 (patch) | |
tree | 555760e534303eca2e5d06dff4abb73470d2912d /README | |
parent | dac1b4fc92b0581874af28f84f013b8618ec315c (diff) | |
parent | 88f22f2d17e882c55729a9bef46a3cf07b3f29d6 (diff) | |
download | opus-7143b2d0ff61690b698cc8a8b0e61852ba74d984.tar.gz |
Merge branch 'tmp_draft'
Conflicts:
README
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,4 +1,3 @@ - Opus is a codec for interactive speech and audio transmission over the Internet. Opus can handle a wide range of interactive audio applications, including @@ -31,7 +30,6 @@ Opus-tools can be found at: http://git.xiph.org/?p=users/greg/opus-tools.git == Compiling libopus == - To build from a distribution tarball, you only need to do the following: % ./configure @@ -74,7 +72,7 @@ options: -dtx : enable SILK DTX -loss <perc> : simulate packet loss, in percent (0-100); default: 0 -input and output are little endian signed 16-bit PCM files or opus bitstreams +input and output are little-endian signed 16-bit PCM files or opus bitstreams with simple opus_demo proprietary framing. == Testing == |