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:
committed by
Karl Osterseher
Unverified
parent
3cc8572caf
commit
4eb01805fe
@@ -64,7 +64,7 @@ typedef struct pnode {
|
||||
|
||||
void dsp_processor_init(void);
|
||||
void dsp_processor_uninit(void);
|
||||
int dsp_processor_worker(char *audio, size_t chunk_size, uint32_t samplerate);
|
||||
int dsp_processor_worker(void *pcmChnk, const void *scSet);
|
||||
esp_err_t dsp_processor_update_filter_params(filterParams_t *params);
|
||||
void dsp_processor_set_volome(double volume);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user