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

Updated raudio to Raylib 5.0+ version #16

Merged
merged 3 commits into from
Jan 28, 2024
Merged

Updated raudio to Raylib 5.0+ version #16

merged 3 commits into from
Jan 28, 2024

Conversation

aubs-dev
Copy link
Contributor

Hey,
A lot has changed between Raylib and raudio, and I thought I'd sync them up again. I've updated everything from the latest Raylib commit, essentially covering 5.0 as well. While also fixing some bugs along the way.

First, I copied over all of the updated external libraries from Raylib itself.

  • dr_flac (v0.12.39 -> v0.12.42)
  • dr_mp3 (v0.6.34 -> v0.6.38 )
  • dr_wav (v0.13.7 -> v0.13.13)
  • jar_mod.h (no update needed)
  • jar_xm.h (no update needed)
  • miniaudio.h (v0.11.16 -> v0.11.21)
  • qoa.h (same as raylib master)
  • qoaplay.c (same as raylib master)
  • stb_vorbis.c (no update needed)

note: updating miniaudio.h fixes "Updating miniaudio to fix macos audio bug #15" as well.

Second, I copied over all recent changes to "raudio.c"

Third, I added changes that were made to "raylib.h" but not "raudio.h":

@raysan5
Copy link
Owner

raysan5 commented Jan 28, 2024

@sanyokdev Thank you very much for the update! :)

@aubs-dev aubs-dev deleted the raylib-5.0-sync branch January 29, 2024 00:56
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

Successfully merging this pull request may close these issues.

2 participants