mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-14 01:27:41 +00:00
pklg_msbc_test: plc enabled, fix usage info
This commit is contained in:
parent
221839372a
commit
d28a35d955
@ -66,8 +66,8 @@ static int frame_count = 0;
|
||||
|
||||
|
||||
static void show_usage(void){
|
||||
printf("\n\nUsage: ./sco_test input_file\n");
|
||||
printf("Example: ./sco_test pklg/test1.pklg\n");
|
||||
printf("\n\nUsage: ./pklg_msbc_test input_file \n");
|
||||
printf("Example: ./pklg_msbc_test pklg/test1 \n");
|
||||
}
|
||||
|
||||
static ssize_t __read(int fd, void *buf, size_t count){
|
||||
@ -140,6 +140,8 @@ int main (int argc, const char * argv[]){
|
||||
btstack_sbc_decoder_state_t state;
|
||||
btstack_sbc_decoder_init(&state, mode, &handle_pcm_data, NULL);
|
||||
|
||||
// btstack_sbc_decoder_test_disable_plc();
|
||||
|
||||
int sco_packet_counter = 0;
|
||||
while (1){
|
||||
int bytes_read;
|
||||
|
Loading…
x
Reference in New Issue
Block a user