22 Commits

Author SHA1 Message Date
Matthias Ringwald
409f627cf8 portaudio: allow to select sink/source audio device 2024-06-10 13:06:50 +02:00
Dirk Helbig
14200bb85a portaudio: update input buffer handling, increase buffers 2024-06-10 13:06:50 +02:00
Matthias Ringwald
30b419f466 portaudio: specify nr audio channels with MAX_NR_AUDIO_CHANNELS, default to 2 2024-06-10 13:05:35 +02:00
Dirk Helbig
6926c2973a btstack_audio: extend api to query the current sample rate 2023-01-24 12:08:55 +01:00
Matthias Ringwald
595b173899 portaudio: use more output buffer 2022-08-24 18:44:43 +02:00
Matthias Ringwald
a047356383 portaudio: fill all available playback buffers 2022-08-24 18:40:18 +02:00
Matthias Ringwald
ee37d7ff8b portaudio: make num output buffers configurable 2022-08-24 14:34:17 +02:00
Matthias Ringwald
bb90a366cb test: fix compile warnings 2022-03-22 22:30:55 +01:00
Milanka Ringwald
2fca4dad95 license: update text 2021-11-02 09:31:00 +01:00
Matthias Ringwald
894c930c47 btstack_portaudio: fix unused variables warning 2021-10-08 10:36:45 +02:00
Matthias Ringwald
2d66e7972b btstack_audio_portaudio: fix automatic close stream for sink 2021-03-31 18:02:18 +02:00
Matthias Ringwald
1a551b1b77 btstack_audio_portaudio: minimal volume control by multiplying samples with volume^4 2020-06-26 17:40:30 +02:00
Matthias Ringwald
1b7f8fa10e btstack_audio: add set_volume() to sink and set_gain() to source interfaces (nop implementations for portaudio and embedded) 2020-06-26 15:12:53 +02:00
Matthias Ringwald
e501bae083 Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1) 2019-05-11 19:31:55 +02:00
Matthias Ringwald
3abb6826ec portaudio: use correct sink/source in init 2019-03-04 15:24:48 +01:00
Matthias Ringwald
df991ce921 portaudio: use correct sink/source in start stream 2019-03-04 14:44:43 +01:00
Matthias Ringwald
bcd517299d portaudio: handle different number of channels for sink/source 2019-02-27 12:48:24 +01:00
Matthias Ringwald
1faf5e5562 portaudio: fix second init 2019-02-26 18:46:32 +01:00
Matthias Ringwald
24cc6ccc6d portaudio: cleanup debug output, don't try closing twice 2019-02-24 18:37:06 +01:00
Matthias Ringwald
1247fb8f7c portaudio: fix compile 2019-02-24 15:07:39 +01:00
Matthias Ringwald
3d3351f352 portaudio: split audio interface 2019-02-24 13:04:39 +01:00
Matthias Ringwald
a89df2dffc btstack_audio: implementation for PortAudio 2018-07-20 16:08:42 +02:00