Crocs Marathon

This commit is contained in:
firestar5683
2026-08-18 21:17:45 -05:00
parent c201bef873
commit 4f0264d07e
13 changed files with 125 additions and 10 deletions
Binary file not shown.
+3
View File
@@ -97,6 +97,9 @@ 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,