hi all,
was wondering if anyone could give me an idea what API library is closest to rockbox architecture when it comes to the audio callback type API stuff? i made a plugin and was hoping to copy it over to another platform, like to run on a raspberry pi independently without rockbox..
not sure if i'm using the right language to explain what i am asking, hope it makes sense.. just want to get my stuff running outside of rockbox and i found the streaming audio callback part of the coding (specifically pcm_callback and rb->pcm_play_data) to be the most difficult when i got it running with rockbox, so was wondering if there is a library that is similar (or even identical) to how rockbox (plugin api) treats audio streams?
tried one or two libraries and they seemed somewhat different, and was wondering if there's an obvious answer like "rb was using this library which is also available outside the rockbox context"
thanks in advance