it's possible but will be different from case to case. You could hook the audio library calls and set a breakpoint there, go up the stack to find out where it was called from, that's a start. Also good tip is to look for strings in the binary, especially for errors. Shit like "can't init audio" or stuff like that. At least you'll know you are in some audio setup function then.