History log of /btstack/platform/posix/btstack_audio_portaudio.c (Results 1 – 22 of 22)
Revision Date Author Comments
# 409f627c 14-May-2024 Matthias Ringwald <[email protected]>

portaudio: allow to select sink/source audio device


# 14200bb8 19-Apr-2024 Dirk Helbig <[email protected]>

portaudio: update input buffer handling, increase buffers


# 30b419f4 03-Apr-2024 Matthias Ringwald <[email protected]>

portaudio: specify nr audio channels with MAX_NR_AUDIO_CHANNELS, default to 2


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

btstack_audio: extend api to query the current sample rate


# 595b1738 24-Aug-2022 Matthias Ringwald <[email protected]>

portaudio: use more output buffer


# a0473563 24-Aug-2022 Matthias Ringwald <[email protected]>

portaudio: fill all available playback buffers


# ee37d7ff 24-Aug-2022 Matthias Ringwald <[email protected]>

portaudio: make num output buffers configurable


# bb90a366 22-Mar-2022 Matthias Ringwald <[email protected]>

test: fix compile warnings


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

license: update text


# 894c930c 08-Oct-2021 Matthias Ringwald <[email protected]>

btstack_portaudio: fix unused variables warning


# 2d66e797 31-Mar-2021 Matthias Ringwald <[email protected]>

btstack_audio_portaudio: fix automatic close stream for sink


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

btstack_audio_portaudio: minimal volume control by multiplying samples with volume^4


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


# 3abb6826 04-Mar-2019 Matthias Ringwald <[email protected]>

portaudio: use correct sink/source in init


# df991ce9 04-Mar-2019 Matthias Ringwald <[email protected]>

portaudio: use correct sink/source in start stream


# bcd51729 27-Feb-2019 Matthias Ringwald <[email protected]>

portaudio: handle different number of channels for sink/source


# 1faf5e55 26-Feb-2019 Matthias Ringwald <[email protected]>

portaudio: fix second init


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

portaudio: cleanup debug output, don't try closing twice


# 1247fb8f 24-Feb-2019 Matthias Ringwald <[email protected]>

portaudio: fix compile


# 3d3351f3 22-Feb-2019 Matthias Ringwald <[email protected]>

portaudio: split audio interface


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

btstack_audio: implementation for PortAudio