diff --git a/OSCLufs.py b/OSCLufs.py index f089756..68f069f 100644 --- a/OSCLufs.py +++ b/OSCLufs.py @@ -60,6 +60,7 @@ def run(self): self._stream = pya.open( format=self._format, channels=self._channels, + input_device_index=self._input_device, rate=self._sample_rate, input=self._input, frames_per_buffer=self._frames_per_buffer,