I have an embedded project with limited RAM, but ample "disk" (flash) storage. My .wav files will not fit within RAM.
I have a change that adds cm_new_source_from_file_noram, which simply opens a FILE * and reads from that as necessary.
LMK if a PR would be of interest.
I have an embedded project with limited RAM, but ample "disk" (flash) storage. My
.wavfiles will not fit within RAM.I have a change that adds
cm_new_source_from_file_noram, which simply opens aFILE *and reads from that as necessary.LMK if a PR would be of interest.