61 lines
1.4 KiB
Markdown
61 lines
1.4 KiB
Markdown
### Vorbis
|
|
|
|
<sup><sup>It doesn't stand for anything :(</sup></sup>
|
|
|
|
<div style="font-size: 0.55em;">
|
|
|
|
- Developed in 2000 by Xiph.Org Foundation
|
|
- Fully Open Standard and Royalty Free
|
|
- Extremely good software support
|
|
- Supports:
|
|
- Floating point samples
|
|
- 655.36kHz sampling rate
|
|
- 255 audio channels
|
|
- Superseded by Opus
|
|
|
|
<br>
|
|
<br>
|
|
</div>
|
|
<div style="text-align: center; display: grid; grid-template-columns: 1fr 1fr;">
|
|
<div> <!-- Left pane -->
|
|
<!-- Title -->
|
|
|
|
##### Music
|
|
|
|
<audio controls src="media/samples/music.ogg">Vorbis Music Sample</audio>
|
|
|
|
<div style="font-size: 0.33em; line-height: 0.1em;">
|
|
"The Show Must Be Go" by Kevin MacLeod
|
|
|
|
Licensed under [CC-BY 3.0](https://creativecommons.org/licenses/by/3.0/deed.en)
|
|
</div>
|
|
|
|
|
|
</div>
|
|
<div> <!-- Right pane -->
|
|
<!-- Title -->
|
|
|
|
##### Voice
|
|
|
|
<audio controls src="media/samples/voice.ogg">Vorbis Voice Sample</audio>
|
|
|
|
<div style="font-size: 0.33em; line-height: 0.1em;">
|
|
LibriVox recording of "The Art of War" by Sun Tzu
|
|
|
|
Read by Moira Fogarty
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
Note:
|
|
Encodes with quality presets, not constant/variable/target bitrates
|
|
Floating point samples makes Vorbis very flexible, it's 32-bit floats though
|
|
Fairly popular audiobook format
|
|
Commonly paired with Therora video format
|
|
Created because of a licensing dispute with MP3
|
|
FSF approved
|
|
Standard is public domain
|
|
Apple are weird and don't support it
|
|
|
|
[comment]: # (!!!) <!--------------------------------------------------------->
|