Tasmota/lib/libesp32_audio/mp3_shine_esp32/src/l3mdct.h
2022-08-09 08:02:53 +02:00

8 lines
177 B
C
Executable File

#ifndef shine_MDCT_H
#define shine_MDCT_H
void shine_mdct_initialise(shine_global_config *config);
void shine_mdct_sub(shine_global_config *config, int stride);
#endif