working playback on macbook

This commit is contained in:
talksik
2023-04-29 10:32:48 -07:00
parent 1f75697640
commit ac82f083b0
-1
View File
@@ -111,7 +111,6 @@ class Audio:
channels=wf.getnchannels(), channels=wf.getnchannels(),
rate=wf.getframerate(), rate=wf.getframerate(),
output=True, output=True,
output_device_index=RESPEAKER_INDEX,
) )
# read data (based on the chunk size) # read data (based on the chunk size)