mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 22:17:17 +03:00
BT ring buffering
This commit is contained in:
@@ -751,7 +751,7 @@ void _pa_open(void);
|
||||
|
||||
// output_dac.c
|
||||
#if CONFIG_DACAUDIO
|
||||
void set_volume(unsigned left, unsigned right);
|
||||
void set_volume_dac(unsigned left, unsigned right);
|
||||
bool test_open(const char *device, unsigned rates[], bool userdef_rates);
|
||||
void output_init_dac(log_level level, char *device, unsigned output_buf_size, char *params, unsigned rates[], unsigned rate_delay, unsigned idle);
|
||||
void output_close_dac(void);
|
||||
@@ -760,7 +760,7 @@ void hal_bluetooth_init(log_level loglevel);
|
||||
|
||||
//output_bt.c
|
||||
#if CONFIG_BTAUDIO
|
||||
void set_volume(unsigned left, unsigned right);
|
||||
void set_volume_bt(unsigned left, unsigned right);
|
||||
bool test_open(const char *device, unsigned rates[], bool userdef_rates);
|
||||
void output_init_bt(log_level level, char *device, unsigned output_buf_size, char *params, unsigned rates[], unsigned rate_delay, unsigned idle);
|
||||
void output_close_bt(void);
|
||||
|
||||
Reference in New Issue
Block a user