-
-
Notifications
You must be signed in to change notification settings - Fork 361
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
a more advanced player sample #5
Comments
No problem - I can do a more advanced player example! A high level audio library/engine built on top of mini_al with 3D mixing is something I'd like to do at some point, but I don't know if I'd have the time :( |
Just in case it could be useful for someone, raylib audio module can be used as standalone library to play audio with no need of a graphic interface... Now using mini_al, results in kind of a wrapper with a very simple API. Check this self-contained sample: audio_standalone.zip |
I went ahead and merged that PR and updated the example to support FLAC and Vorbis. I'll update this example when the |
Hello,
Providing a builtin sample with the three dr_flac, dr_wav and stb_vorbis would be great for starters.
Also, 3D mixing some day! :-)
Keep up the good work
The text was updated successfully, but these errors were encountered: