Output in PortAudio
问题 I am trying to learn PortAudio, I am following the tutorials in doc/src/tutorials , this is the code in writing_a_callback.dox : typedef struct { float left_phase; float right_phase; } paTestData; /* This routine will be called by the PortAudio engine when audio is needed. ** It may called at interrupt level on some machines so don't do anything ** that could mess up the system like calling malloc() or free(). */ static int patestCallback( const void *inputBuffer, void *outputBuffer, unsigned