I’m looking to learn how to add Audio to a test program just to spice it up. I’ve searched through tutorials and haven’t found anything that demonstrates which classes I need to instantiate and what not. I was wondering if someone could show me some “Hello World Audio” code. Perhaps something like
#include "juce.h"
int main(){
*Play Audio*
while (!*AudioStopped*){
}
return 0;
}
Thanks in advance.[/code]