I am new to using Alsa API for sound processing. I am trying to use Alsa API to receive an input, process and send it back to the output port. I have set the buffer size of 512.
Source = alsaaudio.PCM(alsaaudio.PCM_CAPTURE, device = cards, channels = 2, rate = 48000...