- completely drop ADF but copy necessary parts
o copy component audio_board from ADF and create custom component from it o copy component audio_hal from ADF and create custom component from it o copy component audio_sal from ADF and create custom component from it o copy component esp_peripherals from ADF and create custom component from it - add fLaC support through xiph's original repository as a git module
This commit is contained in:
@@ -38,7 +38,7 @@ typedef enum codec_type_e
|
||||
|
||||
typedef struct snapcastSetting_s
|
||||
{
|
||||
uint32_t buffer_ms;
|
||||
uint32_t buf_ms;
|
||||
uint32_t chkDur_ms;
|
||||
int32_t cDacLat_ms;
|
||||
|
||||
@@ -49,6 +49,9 @@ typedef struct snapcastSetting_s
|
||||
|
||||
bool muted;
|
||||
uint32_t volume;
|
||||
|
||||
char *pcmBuf;
|
||||
uint32_t pcmBufSize;
|
||||
} snapcastSetting_t;
|
||||
|
||||
int init_player (void);
|
||||
|
||||
Reference in New Issue
Block a user