We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I have an embedded project with limited RAM, but ample "disk" (flash) storage. My .wav files will not fit within RAM.
.wav
I have a change that adds cm_new_source_from_file_noram, which simply opens a FILE * and reads from that as necessary.
cm_new_source_from_file_noram
FILE *
LMK if a PR would be of interest.