On Fri, 2017-07-07 at 20:33 +0800, Qu Wenruo wrote:
> After a quick glance into the code (without much knowledge about
> pulseaudio), I found that pulseaudio is just using sbc library to do the
> encode.
>
> From a2dp_process_render():
> ---
> while (PA_LIKELY(to_encode > 0 && to_write > 0
On Thu, 2017-07-06 at 21:35 +0200, Georg Chini wrote:
> On 06.07.2017 15:25, Tanu Kaskinen wrote:
> > On Wed, 2017-07-05 at 08:56 +0200, Georg Chini wrote:
> > > On 04.07.2017 18:15, Tanu Kaskinen wrote:
> > > > On Sun, 2017-05-21 at 14:56 +0200, Georg Chini wrote:
> > > > > This patch adds two new
After a quick glance into the code (without much knowledge about
pulseaudio), I found that pulseaudio is just using sbc library to do the
encode.
From a2dp_process_render():
---
while (PA_LIKELY(to_encode > 0 && to_write > 0)) {
ssize_t written;
ssize_t encoded;
enc