Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Ogg Vorbis file format #40

Closed
DanielSWolf opened this issue Jun 6, 2018 · 1 comment
Closed

Support Ogg Vorbis file format #40

DanielSWolf opened this issue Jun 6, 2018 · 1 comment

Comments

@DanielSWolf
Copy link
Owner

For some developers, working with uncompressed WAVE files may not be an option. For instance, users of Visionaire Studio typically work with Ogg Vorbis files throughout development. Similarly, Spine supports .ogg files, but Rhubarb for Spine does not.

Rhubarb should support .ogg files (Ogg Vorbis) as an alternative to .wav files.

@DanielSWolf
Copy link
Owner Author

Implementation sketch: vorbisfile is a high-level API built on top of libogg and libvorbis with a compatible license. I skimmed the documentation, and it shouldn't be hard to implement the AudioClip interface. Then, instead of using WaveFileReader directly, I'd implement a builder function that analyzes the file name, then returns a smart pointer to either implementation.

DanielSWolf added a commit that referenced this issue Sep 1, 2018
probityrules pushed a commit to gopherwood/rhubarb-lip-sync that referenced this issue May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant