This commit is contained in:
firestar5683
2026-08-15 23:35:50 -05:00
parent 1fe6a5011a
commit 5ef9fbda99
9 changed files with 88 additions and 15 deletions
-3
View File
@@ -97,9 +97,6 @@ class Mic:
@retry(attempts=10, delay=3)
def get_stream(self, sd, device=None):
# reload sounddevice to reinitialize portaudio
sd._terminate()
sd._initialize()
kwargs = {
"channels": 1,
"samplerate": SAMPLE_RATE,