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 85c3a81 commit bfcbd36Copy full SHA for bfcbd36
main/src/user/audio_player.c
@@ -77,8 +77,6 @@ static void audio_player_task(void *pvParameters)
77
mad_synth_frame(synth, frame);
78
}
79
80
- i2s_zero_dma_buffer(CONFIG_AUDIO_OUTPUT_I2S_NUM);
81
-
82
mad_synth_finish(synth);
83
mad_frame_finish(frame);
84
mad_stream_finish(stream);
0 commit comments