AuburnSounds / audio-formats

Audio file decoding in pure D, no link dependency.
34 stars 3 forks source link

Is OGG encoding in scope for this project? #25

Open LunaTheFoxgirl opened 2 years ago

LunaTheFoxgirl commented 2 years ago

A side-project of mine requires OGG encoding capabilities, is this in scope for this project or should i use libogg/libvorbisfile directly?

p0nce commented 2 years ago

Well it is a huge work to make an OGG encoder in pure D, but if someone translate it to D then yes I would certainly merge that.

It will be way easier to use libogg/libvorbisfile instead I guess. In the future maybe ImportC would help, but currently works differently depending on the D compiler...