History log of /btstack/src/btstack_audio.h (Results 1 – 12 of 12)
Revision Date Author Comments
# 409f627c 14-May-2024 Matthias Ringwald <[email protected]>

portaudio: allow to select sink/source audio device


# 6926c297 13-Jan-2023 Dirk Helbig <[email protected]>

btstack_audio: extend api to query the current sample rate


# b57bbaee 28-Dec-2021 Matthias Ringwald <[email protected]>

esp32: add audio source


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

license: update text


# 6b65794d 01-Nov-2021 Milanka Ringwald <[email protected]>

docs: use @return instead of @returns


# fe5a6c4e 27-May-2021 Milanka Ringwald <[email protected]>

src: add title to header files


# 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)


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

Use FILENAME_H as include guard (MISRAC2012-Rule-21.1)


# 65ec5d42 22-Feb-2019 Matthias Ringwald <[email protected]>

btstack_audio: add common implementations


# e39d945b 06-Feb-2019 Dirk Helbig <[email protected]>

btstack_audio: split audio interface into source / sink


# 7b3465d4 22-Jul-2018 Matthias Ringwald <[email protected]>

esp32: add btstack_audio_esp32_get_instance(void) to btstack_audio.h


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

Introduce btstack_audio.h api