fix low volume due to wrong init of audioDAC_data

add support for mixing stereo to mono through dsp_processor (fixes #106)
add sdkconfigs to github action workflow
suppress warnings from flac git submodule
remove unused variable and address some compiler warnings
remove some dead code

Signed-off-by: Karl Osterseher <karl_osterseher@gmx.at>
This commit is contained in:
Karl Osterseher
2025-02-22 20:58:38 +01:00
committed by Karl Osterseher
Unverified
parent 3cc8572caf
commit 4eb01805fe
13 changed files with 123 additions and 123 deletions

View File

@@ -22,7 +22,6 @@
#include "freertos/FreeRTOS.h"
#include "freertos/event_groups.h"
#include "freertos/task.h"
#include "include/eth_interface.h"
#include "sdkconfig.h"
#if CONFIG_SNAPCLIENT_USE_INTERNAL_ETHERNET || \