I wrote a program that uses pyaudio to record and play audio signal simultaneously. for some unknown reason sometimes when playing signals the program crashes with this error:
Unhandled exception at 0x72A6AE7A (msvcr90.dll) in python.exe: 0xC0000005: Access violation reading location 0x02F4DB94.
the program uses the libraries pygame, pyaudio, numpy
is there a way to understand where exactly is the problem ? Thank you, Netanel