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

Audio Engine: Support playback for other formats #106

Open
RobDavenport opened this issue Apr 17, 2024 · 1 comment
Open

Audio Engine: Support playback for other formats #106

RobDavenport opened this issue Apr 17, 2024 · 1 comment
Labels
Audio Related to the Audio or Sound Engine crates. Discussion Discussions and non-concrete issues. enhancement New feature or request help wanted Extra attention is needed

Comments

@RobDavenport
Copy link
Member

Currently, we only support .wav files which are huge and uncompressed.

We can probably leverage some crates like:

Symphonia - A variety of formats
lewton - .ogg Vorbis
claxon - .flac

To provide decoding for the formats.

Additionally, this also could help compact the game size if we could convert audio assets into a single kind, although not a priority now.

@RobDavenport RobDavenport added enhancement New feature or request help wanted Extra attention is needed Audio Related to the Audio or Sound Engine crates. Discussion Discussions and non-concrete issues. labels Apr 17, 2024
@cycle-five
Copy link

I'm possibly interested in working on this. I'd probably go the Symphonia route, since I'm familiar with it from working with songbird.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Audio Related to the Audio or Sound Engine crates. Discussion Discussions and non-concrete issues. enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants