MonoGame / MonoGame.Dependencies

The MonoGame binary dependencies submodule.
38 stars 51 forks source link

Added Vorbis #47

Closed harry-cpp closed 9 years ago

harry-cpp commented 9 years ago

https://github.com/mono/MonoGame/issues/3625

KonajuGames commented 9 years ago

I think a purely managed solution would be better, like NVorbis. The less marshalling to native libraries and the need to provide specific native binaries for each platform makes a managed solution more appealing.

KonajuGames commented 9 years ago

Here's an example that provides an OggStream class based on NVorbis.

harry-cpp commented 9 years ago

I agree with you on that one.