Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy B. Terriberry <tterribe@xiph.org>2016-02-03 09:11:35 +0300
committerTimothy B. Terriberry <tterribe@xiph.org>2016-02-03 09:18:54 +0300
commitbb054b591806addc9e264690948708eabf6a7a5b (patch)
tree97d9a0fdcff3cccd01f004945ff61c74e8669f3e
parente7913558d43c2db499df51f442cd4452d7fdd967 (diff)
oggopus: Minor rewording.
This avoids the claim that all possible Opus implementations would run at rates that divide 48 kHz. Thanks to Mark Harris for raising the issue.
-rw-r--r--doc/draft-ietf-codec-oggopus.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/draft-ietf-codec-oggopus.xml b/doc/draft-ietf-codec-oggopus.xml
index d537fde1..391bf08e 100644
--- a/doc/draft-ietf-codec-oggopus.xml
+++ b/doc/draft-ietf-codec-oggopus.xml
@@ -274,8 +274,8 @@ A page that is entirely spanned by a single packet (that completes on a
The granule position of an audio data page is in units of PCM audio samples at
a fixed rate of 48&nbsp;kHz (per channel; a stereo stream's granule position
does not increment at twice the speed of a mono stream).
-It is possible to run an Opus decoder at other sampling rates, but all of them
- evenly divide 48&nbsp;kHz.
+It is possible to run the Opus reference implementation at other sampling rates
+ but all of them evenly divide 48&nbsp;kHz.
Therefore, the value in the granule position field always counts samples
assuming a 48&nbsp;kHz decoding rate, and the rest of this specification makes
the same assumption.