I can't confirm about espeak, or about skype as in bug #361615, but i affected 
by this bug in my own apps using Portaudio lib. The same error flood and 20 
secs delay arrives even with this simplest test program:
[code]
#include <stdio.h>
#include <stdlib.h>
#include <portaudio.h>
PaStream *stream;

int main(void) {
    Pa_Initialize();
    Pa_OpenDefaultStream(&stream, 2, 0, paFloat32, 192000, 
paFramesPerBufferUnspecified, NULL, NULL);
        puts("Finally I started.\n");
        return EXIT_SUCCESS;
}
[/code]
and it is noticeable it still not fixed since 2009. On other machine i do not 
have bluetooth, and error flood is same, but no start delay. After delay, 
applications works correctly. Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025578

Title:
  espeak sound output very slow if bluez-alsa installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1025578/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to