Skip to content

Commit 5c9f838

Browse files
Added Musepack.
1 parent 98650d7 commit 5c9f838

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

src/ltgc/encode.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,13 @@
3434
<td>SVG</td>
3535
<td><code>.svg</code></td>
3636
</tr><tr>
37-
<td rowspan=6><b>Audio</b></td>
38-
<td rowspan=4><b>Lossy</b></td>
37+
<td rowspan=7><b>Audio</b></td>
38+
<td rowspan=5><b>Lossy</b></td>
3939
<td>Opus</td>
4040
<td><code>.opus</code></td>
41+
</tr><tr>
42+
<td>Musepack</td>
43+
<td><code>.mpc</code> <code>.mpp</code></td>
4144
</tr><tr>
4245
<td>Vorbis</td>
4346
<td><code>.ogg</code></td>
@@ -233,6 +236,8 @@ Below are the suggested bitrates under different scenarios, when encoding stereo
233236

234237
The AAC-LC encoder in question is `libfdk_aac`, being the best FOSS AAC-LC encoder out there. The only AAC-LC encoders better than `libfdk_aac` are `fhgaac` from Fraunhofer IIS and iTunes Audio Toolbox from Apple, which are proprietary and not within consideration of this guideline.
235238

239+
> This table is outdated.
240+
236241
| Codec | Basic | Stream | Balanced | Generic | Quality |
237242
| ------ | ------- | ------- | -------- | ------- | ------- |
238243
| Opus | 96kbps | 144kbps | 160kbps | 192kbps | 256kbps |

src/ltgc/media.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,23 +40,28 @@ This document is not yet complete.
4040
<td>Lossy (Opus)</td>
4141
<td>160kbps</td>
4242
<td>256kbps</td>
43-
<td colspan=2 rowspan=4 style="text-align: center;">N/A</br>Lossless-only</td>
43+
<td>256kbps</td>
44+
<td rowspan=5 style="text-align: center;">Lossless-only</td>
4445
</tr><tr>
4546
<td>Lossy (Musepack)</td>
4647
<td>176kbps</td>
4748
<td>256kbps</td>
49+
<td>256kbps</td>
4850
</tr><tr>
4951
<td>Lossy (Vorbis)</td>
5052
<td>192kbps</td>
5153
<td>320kbps</td>
54+
<td>320kbps</td>
5255
</tr><tr>
5356
<td>Lossy (AAC-LC)</td>
5457
<td>192kbps</td>
5558
<td>320kbps</td>
59+
<td>320kbps</td>
5660
</tr><tr>
5761
<td>Lossy (AC-3, 5.1ch)</td>
5862
<td>320kbps</td>
5963
<td>384kbps</td>
64+
<td>384kbps</td>
6065
</tr></tbody></table></div>
6166

6267
For production purposes, lossless audio is always preferred, while lossy audio with at least the "generic" quality set can be used when unavailable.

0 commit comments

Comments
 (0)