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

[Feature request] Support VGMStream format? #55

Open
Yave-Yu opened this issue Jul 27, 2022 · 3 comments
Open

[Feature request] Support VGMStream format? #55

Yave-Yu opened this issue Jul 27, 2022 · 3 comments

Comments

@Yave-Yu
Copy link

Yave-Yu commented Jul 27, 2022

Such as brstm, they like special looped wav.

@Wohlstand
Copy link
Member

There is a little problem that vgmstream library was unable to load music by memory (or by custom IO overlay) which is a problem.

@Yave-Yu
Copy link
Author

Yave-Yu commented Jul 28, 2022

I see.
VGMStream in other place seems won't put song into memory entirely, just delete currently playing song then could discover it, unlike little file like NSF.

@Wohlstand
Copy link
Member

Wohlstand commented Jul 28, 2022

I meant that most files were passed via SDL RWops interface, and to let such files to be properly processed, they need to have the I/O structure where developers can make overlay over SDL_RWops and allow library work with it natively. See example at src/codecs/music_mpg123.c.

So, that means I should develop my own overlay interface at VGMStream itself to make it being normally processed.

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

2 participants