Where is AudioStream.h in the Github Repo?

grinch

Well-known member
Hi. I am studying the audio library structure for the purpose of writing my own custom objects. They all reference a parent class named AudioStream, and include AudioStream.h but it appears the file AudioStream.h is not actually included in the repo. Maybe I'm missing something, but it's not in the main folder and when I search within the repo it just shows all the times it's included. Where can I find the actual file so I can see the parent class?
 
@BriComp beat me to it ... story of my life. There's two versions in cores, one each for Teensy 3.x and 4.x in the appropriately named folders, but they're essentially identical.
 
AudioStream is part of the core library. The intention is to allow other libraries to participate in the audio system. Frank's port of the MP3 & AAC code from Real Networks would be one example.
 
Thanks y'all!

Maybe worth adding this to the readme, on the audio library building your own object tutorial page, or as a comment somewhere in the audio library files? Felt very cryptic otherwise, and would have expected to be able to find this out from at least one of those sources ��
 
Back
Top