Tasmota/lib/lib_audio/mp3_shine_esp32/src/l3bitstream.h
2024-04-17 11:28:17 +02:00

7 lines
125 B
C
Executable File

#ifndef shine_BITSTREAM_H
#define shine_BITSTREAM_H
void shine_format_bitstream(shine_global_config *config);
#endif