i'm using this api: Pa_OpenStream() // Open line-in stream err = Pa_OpenStream(&m_stream, &m_inputParameters, &
I am trying to record audio from the microphone and then play that audio through the speakers. Eventually I want to modify the audio before playing it back, but