History log of /btstack/platform/embedded/btstack_audio_embedded.c (Results 1 – 15 of 15)
Revision Date Author Comments
# 2d8556b2 11-May-2023 Dirk Helbig <[email protected]>

stm32-f4discovery-cc256x: added hint regarding _printf_float
stm32-f4discovery-cc256x: added bsp api to fetch the actual sampling rate
stm32-f4discovery-cc256x: switched clock source to HSE instead o

stm32-f4discovery-cc256x: added hint regarding _printf_float
stm32-f4discovery-cc256x: added bsp api to fetch the actual sampling rate
stm32-f4discovery-cc256x: switched clock source to HSE instead of HSI
stm32-f4discovery-cc256x: fixed wrong i2spll parameters

show more ...


# 32d9a3df 04-May-2023 Dirk Helbig <[email protected]>

stm32: added samplerate compensation support
embedded: update audio api


# c61b3cef 06-Feb-2023 Matthias Ringwald <[email protected]>

btstack_audio: use named struct initializer


# 0ef4369c 04-Nov-2022 Matthias Ringwald <[email protected]>

btstack_audio_embedded: add missing include


# f0b78f48 04-Nov-2022 Matthias Ringwald <[email protected]>

btstack_audio_embedded: add missing include


# 38b1a761 23-Jun-2022 Matthias Ringwald <[email protected]>

btstack_audio_embedded: fix build


# 329d55f3 23-Jun-2022 Milanka Ringwald <[email protected]>

embedded: add HAVE_HAL_AUDIO_SINK_STEREO_ONLY


# 2fca4dad 02-Nov-2021 Milanka Ringwald <[email protected]>

license: update text


# 1b7f8fa1 26-Jun-2020 Matthias Ringwald <[email protected]>

btstack_audio: add set_volume() to sink and set_gain() to source interfaces (nop implementations for portaudio and embedded)


# e501bae0 11-May-2019 Matthias Ringwald <[email protected]>

Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)


# 6fd4ca9e 24-Feb-2019 Matthias Ringwald <[email protected]>

btstack_audio_embedded: implement stop_stream function


# fb90eb3f 23-Feb-2019 Matthias Ringwald <[email protected]>

btstack_audio_embedded: implement recording path


# ff0081ee 23-Feb-2019 Matthias Ringwald <[email protected]>

embedded/hal_audio: rename hal_audio -> hal_audio_sink


# 0402264c 22-Feb-2019 Matthias Ringwald <[email protected]>

btstack_audio_embedded: implement audio sink interface


# dfa32746 20-Jul-2018 Matthias Ringwald <[email protected]>

btstack_audio: implementation for embedded on top of hal_audio.h