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

API access to progressively decoded audio data #631

Open
Splendide-Imaginarius opened this issue Aug 31, 2024 · 0 comments
Open

API access to progressively decoded audio data #631

Splendide-Imaginarius opened this issue Aug 31, 2024 · 0 comments

Comments

@Splendide-Imaginarius
Copy link

As best I can tell, chunks expose the decoded audio data to API consumers, but must decode the entire file first; music can decode the audio in real-time but doesn't seem to expose the audio data to API consumers. It would be nice to get something in-between, where an audio file could be partially decoded, and API consumers could extract the so-far-decoded audio data. Sort of like what SDL_sound does.

Maybe there's already a way to do this, but if so, I failed to find it in the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant