[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] pico sends audio by chunk
From: |
Laurent Pelecq |
Subject: |
[PATCH] pico sends audio by chunk |
Date: |
Thu, 29 May 2014 14:35:43 +0200 (CEST) |
On Mon, 26 May 2014, Luke Yelavich wrote:
> On Sun, Feb 02, 2014 at 06:38:07PM CET, Laurent Pelecq wrote:
>> I can't make the pico module works. It seems that it sends the audio
>> data by chunk of 128 bytes, but module_tts_output expects the full
>> text all at once. With Alsa, the device is initialized and
>> uninitialized for each chunk.
>
> The ALSA code is known to be unreliable of late. Do things behave any
> differently if you use another audio output, say via libao with ALSA?
>
>> The following patch works for me. It accumulates the samples in a
>> buffer before playing it.
>
> This doesn't apply against git master. Please rebase against master, and
> resubmit.
Hi Luke,
I'll make some tests and if I can reproduce a clear bug, I'll submit a
ticket first to track it properly.
Thanks,
Laurent