Use Rust-native code to transcode audio in the audio pipeline #38
Labels
enhancement
New feature or request
meta:good first issue
Good for newcomers
topic:assets
Asset loading, streaming, etc
At present, we shell out to
ffmpeg
to transcode audio toogg
. To reduce the dependency on external utilities (especially on Windows), we should consider using thesymphonia
crate to decode all supported audio formats, and then encode it with one of theogg
encoding crates.The text was updated successfully, but these errors were encountered: