Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dstream_lc3.c36 static int16_t audio_buf[LC3_MAX_NUM_SAMPLES]; variable
52 audio_buf[i] = (int16_t)(AUDIO_VOLUME * sample); in fill_audio_buf_sin()
141 lc3_ret = lc3_encode(stream->lc3_tx.encoder, LC3_PCM_FORMAT_S16, audio_buf, 1, in encode_frame()
/Zephyr-latest/samples/bluetooth/bap_unicast_server/src/
Dmain.c122 static int16_t audio_buf[MAX_NUM_SAMPLES]; variable
528 octets_per_frame, LC3_PCM_FORMAT_S16, audio_buf, 1); in stream_recv_lc3_codec()