themoeway / local-audio-yomichan

Anki add-on to run a local audio server for Yomichan.
MIT License
73 stars 10 forks source link

[Feature request] Ogg/Vorbis audio #23

Open rampaa opened 5 months ago

rampaa commented 5 months ago

Would it be possible to service the audio files in Ogg/Vorbis format as well? Ogg/Vorbis and Ogg/Opus should have similar characteristics w.r.t. storage size but Ogg/Vorbis is more widely supported. For example, NAudio (the most widely used .NET library for audio decoding) doesn't support Ogg/Opus (but Ogg/Vorbis is supported) and there doesn't seem to be a good alternative that supports Ogg/Opus in .NET ecosystem either.