works, but play around with rate

This commit is contained in:
talksik
2023-04-29 10:38:55 -07:00
parent b856d9370c
commit 4de1fb733a
+1 -1
View File
@@ -109,7 +109,7 @@ class Audio:
stream = p.open(
format=p.get_format_from_width(RESPEAKER_WIDTH),
channels=RESPEAKER_CHANNELS,
rate=RESPEAKER_RATE,
rate=8000,
output=True,
output_device_index=RESPEAKER_INDEX,
)