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
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Victor Ding
Opus
Commits
41ec4b28
Commit
41ec4b28
authored
14 years ago
by
Jean-Marc Valin
Browse files
Options
Downloads
Patches
Plain Diff
base64-encoded source code
parent
ff8c96ef
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
doc/draft-ietf-codec-opus.xml
+44
-4
44 additions, 4 deletions
doc/draft-ietf-codec-opus.xml
with
44 additions
and
4 deletions
doc/draft-ietf-codec-opus.xml
+
44
−
4
View file @
41ec4b28
...
...
@@ -2,7 +2,7 @@
<!DOCTYPE rfc SYSTEM 'rfc2629.dtd'>
<?rfc toc="yes" symrefs="yes" ?>
<rfc
ipr=
"trust200902"
category=
"std"
docName=
"draft-ietf-codec-opus-0
0
"
>
<rfc
ipr=
"trust200902"
category=
"std"
docName=
"draft-ietf-codec-opus-0
1
"
>
<front>
<title
abbrev=
"Interactive Audio Codec"
>
Definition of the Opus Audio Codec
</title>
...
...
@@ -27,7 +27,7 @@
<organization>
Skype Technologies S.A.
</organization>
<address>
<postal>
<street>
Stadsga
a
rden 6
</street>
<street>
Stadsgarden 6
</street>
<city>
Stockholm
</city>
<region></region>
<code>
11645
</code>
...
...
@@ -39,7 +39,7 @@
</author>
<date
day=
"1
5
"
month=
"
Octo
ber"
year=
"2010"
/>
<date
day=
"1
4
"
month=
"
Novem
ber"
year=
"2010"
/>
<area>
General
</area>
...
...
@@ -304,7 +304,7 @@ This document has no actions for IANA.
<section
anchor=
"Acknowledgments"
title=
"Acknowledgments"
>
<t>
Thanks to all other developers, including Soeren Skak Jensen, Gregory Maxwell,
Thanks to all other developers, including
Raymond Chen,
Soeren Skak Jensen, Gregory Maxwell,
Christopher Montgomery, Karsten Vandborg Soerensen, and Timothy Terriberry.
</t>
</section>
...
...
@@ -386,6 +386,46 @@ Christopher Montgomery, Karsten Vandborg Soerensen, and Timothy Terriberry.
</references>
<section
anchor=
"ref-implementation"
title=
"Reference Implementation"
>
<t>
This appendix contains the complete source code for the
reference implementation of the Opus codec written in C. This
implementation can be compiled for
either floating-point or fixed-point architectures.
</t>
<t>
The implementation can be compiled with either a C89 or a C99
compiler. It is reasonably optimized for most platforms such that
only architecture-specific optimizations are likely to be useful.
The FFT used is a slightly modified version of the KISS-FFT package,
but it is easy to substitute any other FFT library.
</t>
<section
title=
"Extracting the source"
>
<t>
The complete source code can be extracted from this draft, by running the
following command line:
<list
style=
"symbols"
>
<t>
<![CDATA[
cat draft-ietf-codec-opus.txt | grep '^ ###' | sed 's/ ###//' | base64 -d >
opus_source.tar.gz
]]>
</t>
<t>
tar xzvf opus_source.tar.gz
</t>
</list>
</t>
</section>
<section
title=
"Base64-encoded source code"
>
<t>
<?rfc include="opus_source.base64"?>
</t>
</section>
</section>
</back>
</rfc>
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