Closed malashin closed 6 years ago
Looks good. Thanks @malashin!
Seeing you contribute so much, I want to ask if you would consider being a Github contributor the project? That way you don't always have to go through me when the changes are simple =)
@veeableful Yeah, sure. I'll most likely still PR all the changes, just accept the simple ones myself.
@malashin Cool! I've sent you the invite.
308
Removed *AudioSpec parameter from LoadWAV() and LoadWAVRW().
They were passed in C only to be filled in with metadata. Now empty AudioSpec struct is created inside the binding function, passed to C and returned to the user with all relevant info.
We will need to update the examples if this is accepted.