Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Opus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiph.Org
Opus
Commits
1b584467
Verified
Commit
1b584467
authored
6 years ago
by
Mark Harris
Browse files
Options
Downloads
Patches
Plain Diff
README: Update to reflect RFC 7845 and 8251
parent
19966ccd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+5
-5
5 additions, 5 deletions
README
with
5 additions
and
5 deletions
README
+
5
−
5
View file @
1b584467
...
...
@@ -29,7 +29,7 @@ additional debugging data and cannot support seeking.
Opus stored in files should use the Ogg encapsulation for Opus which is
described at:
https://
wiki.xiph.org/OggOpus
https://
tools.ietf.org/html/rfc7845
An opus-tools package is available which provides encoding and decoding of
Ogg encapsulated Opus files and includes a number of useful features.
...
...
@@ -125,13 +125,13 @@ To run the integrated tests:
There is also collection of standard test vectors which are not
included in this package for size reasons but can be obtained from:
https://opus-codec.org/
testvector
s/opus_testvectors.tar.gz
https://opus-codec.org/
doc
s/opus_testvectors
-rfc8251
.tar.gz
To run compare the code to these test vectors:
% curl -OL https://opus-codec.org/
testvector
s/opus_testvectors.tar.gz
% tar -zxf opus_testvectors.tar.gz
% ./tests/run_vectors.sh ./ opus_
test
vectors 48000
% curl -OL https://opus-codec.org/
doc
s/opus_testvectors
-rfc8251
.tar.gz
% tar -zxf opus_testvectors
-rfc8251
.tar.gz
% ./tests/run_vectors.sh ./ opus_
new
vectors 48000
== Portability notes ==
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment