I am just getting up to speed on core audio, and am going through all the examples in "Learning Core Audio" by Adamson and Avila.
The first example that doesn't work (using the sample code and projects from the web site) is in Chapter 8. It simply doesn't do anything.
Some times, but not every time I run the program, I also get an error on the last line
AUGraphClose(player.graph);
CH08_AUGraphInput(9781,0x7fff78ee8960) malloc: * error for object 0x104003600: pointer being freed was not allocated * set a breakpoint in malloc_error_break to debug
I am just checking to see if anybody has had this problem as I dive into figuring out what could be going wrong.