mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-25 09:35:42 +00:00
test/sbc: fix in_raw to not use plc
This commit is contained in:
parent
6cfd76e47e
commit
088a7bae4d
@ -115,7 +115,7 @@ static void process_file(const char * pklg_path, const char * wav_path, int pack
|
||||
btstack_sbc_decoder_state_t state;
|
||||
btstack_sbc_decoder_init(&state, mode, &handle_pcm_data, NULL);
|
||||
|
||||
// btstack_sbc_decoder_test_set_plc_enabled(plc_enabled);
|
||||
btstack_sbc_decoder_test_set_plc_enabled(plc_enabled);
|
||||
|
||||
int sco_packet_counter = 0;
|
||||
while (1){
|
||||
|
Loading…
x
Reference in New Issue
Block a user