-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement comments from @martinthomson
- Loading branch information
1 parent
25c302e
commit 6ecfc33
Showing
1 changed file
with
7 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,17 +16,14 @@ v: 3 | |
|
||
author: | ||
- | ||
ins: E. Omara | ||
name: Emad Omara | ||
organization: Apple | ||
email: [email protected] | ||
- | ||
ins: J. Uberti | ||
name: Justin Uberti | ||
organization: Google | ||
email: [email protected] | ||
- | ||
ins: S. Murillo | ||
name: Sergio Garcia Murillo | ||
organization: CoSMo Software | ||
email: [email protected] | ||
|
@@ -36,34 +33,28 @@ author: | |
email: [email protected] | ||
role: editor | ||
- | ||
ins: Y. Fablet | ||
name: Youenn Fablet | ||
organization: Apple | ||
email: [email protected] | ||
|
||
contributor: | ||
- | ||
ins: F. Jacobs | ||
name: Frederic Jacobs | ||
name: Frédéric Jacobs | ||
organization: Apple | ||
email: [email protected] | ||
- | ||
ins: M. Mularczyk | ||
name: Marta Mularczyk | ||
organization: Amazon | ||
email: [email protected] | ||
- | ||
ins: S. Nandakumar | ||
name: Suhas Nandakumar | ||
organization: Cisco | ||
email: [email protected] | ||
- | ||
ins: T. Rigaux | ||
name: Tomas Rigaux | ||
organization: Cisco | ||
email: [email protected] | ||
- | ||
ins: R. Robert | ||
name: Raphael Robert | ||
organization: Phoenix R&D | ||
email: [email protected] | ||
|
@@ -1285,17 +1276,13 @@ and packets, so the overhead is the same whether one uses SFrame at a per-packet | |
or per-frame level. | ||
|
||
{{audio-overhead}} considers three scenarios that are based on recommended configurations | ||
of the Opus codec {{?RFC6716}}: | ||
of the Opus codec {{?RFC6716}} (where "fps" stands for "frames per second"): | ||
|
||
* Narrow-band (NB) speech: 120 ms packets (8 frames per second (fps)), 8 kbps | ||
* Full-band (FB) speech: 20 ms packets (32 fps), 32 kbps | ||
* Full-band stereo music: 10 ms packets (100 fps), 128 kbps | ||
|
||
| Scenario | fps | Base kbps | Overhead kbps | Overhead % | | ||
|:--------------------------|:---:|:---------:|:-------------:|:----------:| | ||
| NB speech, 120 ms packets | 8.3 | 8 | 1.4 | 17.9% | | ||
| FB speech, 20 ms packets | 50 | 32 | 8.6 | 26.9% | | ||
| FB stereo, 10 ms packets | 100 | 128 | 17.2 | 13.4% | | ||
| Scenario | Frame length | fps | Base kbps | Overhead kbps | Overhead % | | ||
|:-----------------------|:------------:|:---:|:---------:|:-------------:|:----------:| | ||
| Narrow-band speech | 120 ms | 8.3 | 8 | 1.4 | 17.9% | | ||
| Full-band speech | 20 ms | 50 | 32 | 8.6 | 26.9% | | ||
| Full-band stereo music | 10 ms | 100 | 128 | 17.2 | 13.4% | | ||
{: #audio-overhead title="SFrame Overhead for Audio Streams" } | ||
|
||
## Video | ||
|