From 0a8d2fd12e0781c32d23b67dd938e3ba8caf782e Mon Sep 17 00:00:00 2001 From: jacqueline Date: Mon, 31 Jul 2023 10:14:03 +1000 Subject: fix flac playback. now it plays nice and smooth :) --- src/audio/fatfs_audio_input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/audio/fatfs_audio_input.cpp') diff --git a/src/audio/fatfs_audio_input.cpp b/src/audio/fatfs_audio_input.cpp index b1d4108a..0c3ef20d 100644 --- a/src/audio/fatfs_audio_input.cpp +++ b/src/audio/fatfs_audio_input.cpp @@ -41,7 +41,7 @@ static const char* kTag = "SRC"; namespace audio { static constexpr UINT kFileBufferSize = 4096 * 2; -static constexpr UINT kStreamerBufferSize = 1024; +static constexpr UINT kStreamerBufferSize = 4096; static StreamBufferHandle_t sForwardDest = nullptr; -- cgit v1.2.3