Multithreaded debugging help (audio recording eg).

2009-05-22 Thread Darren Minifie
Hi Everyone I am working through the audio queue services tutorial, recording pcm audio to a file. I have the example working as it is supposed to. The next thing I want to do is examine each audio packet (each sample) and see what it's 16-bit value is. Now, I know that at 44100 samples / sec,

Re: Multithreaded debugging help (audio recording eg).

2009-05-23 Thread Michael Ash
On Sat, May 23, 2009 at 2:09 AM, Darren Minifie wrote: > and still get 0x0 as the output.  Finally, when i try to set breakpoints in > the callback, they never trigger the debugger.  I'm guessing this is because > the callback is executing in another thread. Unlikely. The debugger deals with mult