minimp3 icon indicating copy to clipboard operation
minimp3 copied to clipboard

This lacks any documentation....

Open MrJake222 opened this issue 1 year ago • 2 comments

I don't even know what the functions are returning... Particularly extended functions. I want to implement circular buffer for mp3 data and It seems the functions don't return how many bytes they consumed...

MrJake222 avatar Apr 24 '23 20:04 MrJake222

Maybe you can see here: https://github.com/tosone/minimp3/blob/main/decode.go#L10

tosone avatar Apr 25 '23 03:04 tosone

Hi, sadly, examples aren't documentation. I've written some basic docstrings, to my best understanding. Now I can get my program using limited circular buffer to work. But i didn't document all. See PR.

MrJake222 avatar Apr 25 '23 13:04 MrJake222