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

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTimothy B. Terriberry <tterribe@xiph.org>2016-02-03 16:42:22 +0300
committerTimothy B. Terriberry <tterribe@xiph.org>2016-02-03 16:42:22 +0300
commit96591ca05a34026ce804124ef92473a3361eb34c (patch)
tree4fccdbe28d72eff118a3306fa6b34f0ef464b6a6 /doc
parent82719355811361630ce8a5b37278e50bf73ffd38 (diff)
oggopus: Additional minor rewording.
Hopefully this is even clearer. Thanks again to Mark Harris for the suggestion.
Diffstat (limited to 'doc')
-rw-r--r--doc/draft-ietf-codec-oggopus.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/draft-ietf-codec-oggopus.xml b/doc/draft-ietf-codec-oggopus.xml
index c224912e..ffbf7b68 100644
--- a/doc/draft-ietf-codec-oggopus.xml
+++ b/doc/draft-ietf-codec-oggopus.xml
@@ -274,8 +274,9 @@ 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 the Opus reference implementation at other sampling rates
- but all of them evenly divide 48&nbsp;kHz.
+It is possible to run an Opus decoder at other sampling rates,
+ but all Opus packets encode samples at a sampling rate that evenly divides
+ 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.