Bump to 1.4.8

This commit is contained in:
Terrence
2025-03-20 02:03:55 +08:00
parent f553459121
commit 71799ed85c
6 changed files with 6 additions and 6 deletions

View File

@@ -53,7 +53,7 @@ void AudioProcessor::Initialize(int channels, bool reference) {
auto this_ = (AudioProcessor*)arg;
this_->AudioProcessorTask();
vTaskDelete(NULL);
}, "audio_communication", 4096 * 2, this, 2, NULL);
}, "audio_communication", 4096 * 2, this, 3, NULL);
}
AudioProcessor::~AudioProcessor() {