[Bug 295369] Re: pygame sound is delayed a lot

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any updates. Marking the lucid task for this ticket as Won't Fix. ** Changed in: pygame (Ubuntu Lucid) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 295369] Re: pygame sound is delayed a lot

2014-04-09 Thread Luke Yelavich
** Changed in: pygame (Ubuntu) Assignee: Luke Yelavich (themuso) = (unassigned) ** Changed in: pygame (Ubuntu Lucid) Assignee: Luke Yelavich (themuso) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 295369] Re: pygame sound is delayed a lot

2013-03-19 Thread sy12
I have reported a similar bug in 2011 at http://hg.pygame.org/pygame/issue/89/sounds-arent-played-at-the- expected-moment . The problem was with Windows XP. The init line solves the problem, but it makes the line mandatory if you are writing games. I wanted to know if the regression appeared in

[Bug 295369] Re: pygame sound is delayed a lot

2010-08-16 Thread Sebastien Bacher
Luke, what is the status of this bug? -- pygame sound is delayed a lot https://bugs.launchpad.net/bugs/295369 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 295369] Re: pygame sound is delayed a lot

2010-04-09 Thread Steve Langasek
** Changed in: pygame (Ubuntu Lucid) Milestone: ubuntu-10.04-beta-2 = None -- pygame sound is delayed a lot https://bugs.launchpad.net/bugs/295369 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 295369] Re: pygame sound is delayed a lot

2010-03-22 Thread Rick Spencer
Setting to medium, as there is a work around, and no responsed on this bug. Luke, I am still seeing this issue, will implement work around in my code. ** Changed in: pygame (Ubuntu Lucid) Importance: High = Medium -- pygame sound is delayed a lot https://bugs.launchpad.net/bugs/295369 You

[Bug 295369] Re: pygame sound is delayed a lot

2010-03-17 Thread Steve Langasek
** Changed in: pygame (Ubuntu Lucid) Milestone: ubuntu-10.04-beta-1 = ubuntu-10.04-beta-2 -- pygame sound is delayed a lot https://bugs.launchpad.net/bugs/295369 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

Re: [Bug 295369] Re: pygame sound is delayed a lot

2010-02-28 Thread Luke Yelavich
Has anybody tested this in lucid? Also please double check that if running lucid, you have libsdl1.2debian-pulseaudio installed and not libsdl1.2debian-alsa. -- pygame sound is delayed a lot https://bugs.launchpad.net/bugs/295369 You received this bug notification because you are a member of

[Bug 295369] Re: pygame sound is delayed a lot

2010-02-26 Thread Rick Spencer
Confirmed on my dell mini 10v with spinning media, and also on my desktop. Note that the delay is much less on my desktop. ** Changed in: pygame (Ubuntu) Importance: Undecided = High ** Changed in: pygame (Ubuntu) Status: New = Confirmed ** Changed in: pygame (Ubuntu) Milestone:

[Bug 295369] Re: pygame sound is delayed a lot

2010-02-26 Thread Horst F JENS
Like John wrote, adding this line into the python/pygame code helps: pygame.mixer.pre_init(44100,-16,2,2048) pygame.init() no more sound delay, tested with various computers (Ubuntu 9.10 karmic) -- pygame sound is delayed a lot https://bugs.launchpad.net/bugs/295369 You received this

[Bug 295369] Re: pygame sound is delayed a lot

2010-01-03 Thread Horst F JENS
** Also affects: pygame Importance: Undecided Status: New -- pygame sound is delayed a lot https://bugs.launchpad.net/bugs/295369 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 295369] Re: pygame sound is delayed a lot

2009-09-13 Thread almejo
Maybe is something in the sound system, but is something that is happening in my home pc and in my work pc... so I don't think that is my foult. In my job I have a jaunty default instalation so i don't know what it is. thanks for the help.. -- pygame sound is delayed a lot

[Bug 295369] Re: pygame sound is delayed a lot

2009-09-12 Thread Peepsalot
Could the pygame package be set so that the default mixer setting is something more sane, such as what Lauri has suggested? -- pygame sound is delayed a lot https://bugs.launchpad.net/bugs/295369 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

Re: [Bug 295369] Re: pygame sound is delayed a lot

2009-09-12 Thread Matt Joiner
almejo i just googled for it. however the large sound delay would be indicative of an issue somewhere in the sound system. On Fri, Jul 24, 2009 at 12:13 PM, almejo alejandro.v...@gmail.com wrote: Great!!! the last indication did the magic. Pre_init was the missing key. Now after months I can

[Bug 295369] Re: pygame sound is delayed a lot

2009-07-23 Thread Jon White
I tried it,.. but still not working.. try this before calling pygame.init(): pygame.mixer.pre_init(44100, -16, 2, 512) -- pygame sound is delayed a lot https://bugs.launchpad.net/bugs/295369 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 295369] Re: pygame sound is delayed a lot

2009-07-23 Thread Matt Joiner
You can try removing pulse audio, or hope that in the next release, pulse audio is somehow (unlikely) less broken. -- pygame sound is delayed a lot https://bugs.launchpad.net/bugs/295369 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 295369] Re: pygame sound is delayed a lot

2009-07-23 Thread pymike
This problem goes away when I kill pulseaudio. I haven't experienced any side-effects either. -- - pymike -- pygame sound is delayed a lot https://bugs.launchpad.net/bugs/295369 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 295369] Re: pygame sound is delayed a lot

2009-07-23 Thread almejo
Great!!! the last indication did the magic. Pre_init was the missing key. Now after months I can resume programing my game :D Thanks to all!! btw: how did you know what to do?? -- pygame sound is delayed a lot https://bugs.launchpad.net/bugs/295369 You received this bug notification because

[Bug 295369] Re: pygame sound is delayed a lot

2009-06-30 Thread Matt Joiner
I have this problem too. Lauri, your suggestion fixed it. -- pygame sound is delayed a lot https://bugs.launchpad.net/bugs/295369 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 295369] Re: pygame sound is delayed a lot

2009-06-30 Thread almejo
I tried it,.. but still not working.. Will be this be addressed in Karmic?? -- pygame sound is delayed a lot https://bugs.launchpad.net/bugs/295369 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 295369] Re: pygame sound is delayed a lot

2009-06-14 Thread Lauri Niskanen
The problem might also be too big buffer. Try something like this: pygame.mixer.init(44100, -16, 2, 512) ** Summary changed: - sound is delayed a whole second in intrepid + pygame sound is delayed a lot -- pygame sound is delayed a lot https://bugs.launchpad.net/bugs/295369 You received this