We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c68f1 commit 03aba1fCopy full SHA for 03aba1f
Tombstone_Matrix_Prop-Maker/code.py
@@ -77,7 +77,7 @@ def scroll(line):
77
78
audio = audiobusio.I2SOut(board.I2S_BIT_CLOCK, board.I2S_WORD_SELECT, board.I2S_DATA)
79
mixer = audiomixer.Mixer(voice_count=1, sample_rate=22050, channel_count=1,
80
- bits_per_sample=16, samples_signed=True, buffer_size=32768)
+ bits_per_sample=16, samples_signed=True)
81
82
mixer.voice[0].level = 1
83
audio.play(mixer)
0 commit comments