Skip to content

Commit 03aba1f

Browse files
committed
remove buffer_size
1 parent f0c68f1 commit 03aba1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tombstone_Matrix_Prop-Maker/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def scroll(line):
7777

7878
audio = audiobusio.I2SOut(board.I2S_BIT_CLOCK, board.I2S_WORD_SELECT, board.I2S_DATA)
7979
mixer = audiomixer.Mixer(voice_count=1, sample_rate=22050, channel_count=1,
80-
bits_per_sample=16, samples_signed=True, buffer_size=32768)
80+
bits_per_sample=16, samples_signed=True)
8181

8282
mixer.voice[0].level = 1
8383
audio.play(mixer)

0 commit comments

Comments
 (0)