Home
last modified time | relevance | path

Searched refs:LC3_SWB_SAMPLES_PER_FRAME (Results 1 – 1 of 1) sorted by relevance

/btstack/example/
H A Dsco_demo_util.c484 #define LC3_SWB_SAMPLES_PER_FRAME 240 macro
497 int16_t samples[LC3_SWB_SAMPLES_PER_FRAME]; in sco_demo_lc3swb_frame_callback()
502 …tack_ring_buffer_write(&audio_output_ring_buffer, (uint8_t *)samples, LC3_SWB_SAMPLES_PER_FRAME*2); in sco_demo_lc3swb_frame_callback()
506 uint16_t num_samples = btstack_min(LC3_SWB_SAMPLES_PER_FRAME, num_samples_to_write); in sco_demo_lc3swb_frame_callback()