roc-streaming / roc-toolkit

Real-time audio streaming over the network.
https://roc-streaming.org
Mozilla Public License 2.0
1.02k stars 203 forks source link

Support FLC and FRC channels #695

Closed gavv closed 2 months ago

gavv commented 4 months ago

In #693 we're adding support for formats (e.g. WAVEX, AIFF) that use Front Left of Center (FLC) and Front Right of Center (FRC) channels, which we don't support currently.

IIRC they're rarely used nowadays, but we'll need to handle them to support those formats properly.

Steps:

gavv commented 2 months ago

Done.