From 90a0eb58b402a1b2ec179809b5a75b329dce8f07 Mon Sep 17 00:00:00 2001 From: Juan C Date: Sun, 15 Aug 2021 21:15:11 -0500 Subject: [PATCH] fix missing parameter initialization --- OSCLufs.py | 1 + 1 file changed, 1 insertion(+) 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,