mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
sbc_encode() can only process data with at least this->codesize bytes. When encode_buffer() is called with less then codesize bytes, accumulate those bytes in a temporary buffer up to codesize length, then SBC encode them. Maximum size for SBC buffer is (subbands * blocks * channels * 2) with max subbands = 8, max blocks = 16, max channels = 2, i.e. 512. Fixes !277 |
||
|---|---|---|
| .. | ||
| a2dp-codecs.c | ||
| a2dp-codecs.h | ||
| a2dp-sink.c | ||
| a2dp-source.c | ||
| bluez5-dbus.c | ||
| bluez5-device.c | ||
| defs.h | ||
| meson.build | ||
| plugin.c | ||
| rtp.h | ||
| sco-sink.c | ||
| sco-source.c | ||