pipewire/spa
Frédéric Danis 41d7ccc336 a2dpsink: Process right amount of data with sbc_encode
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
2020-06-27 13:03:24 +02:00
..
examples avoid uninitialized variables 2020-06-23 15:25:27 +02:00
include param: add properties to route and profile 2020-06-26 11:42:34 +02:00
plugins a2dpsink: Process right amount of data with sbc_encode 2020-06-27 13:03:24 +02:00
tests Optionally install examples and tests 2020-06-16 17:58:02 +00:00
tools initialize variables better 2020-05-20 15:24:25 +02:00
meson.build add version requirement for vulkan library dependency 2020-06-04 18:11:48 +00:00