Thank you very much for your reply! I've also noticed that AUDIO_BLOCK_SAMPLES is defined outside of the Audio library (why?). At least it is not part of github zip archive. My more general question is: does anyone know (1)why teensy's Audio library is not designed as "regular" Arduiono library so it can easily be installed, uninstalled, included as a part of the project and modified as needed and (2) is there a "scaled back" version of the same library that can be installed/modified on per project basis?
I was able to extract Audio lib files relevant to my project, modifiy and compile it locally (i.e. in the project) without referencing <Audio.h>. Running it "appear" to work. However I am not sure about correctness of what I have done. Can someone provide suggestions? Thanks again!