id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,distribution,status_field
2937,Pygame Performance with pulseaudio,pmoleri,bernie,"This problem was detected in olpc xo-1.0 using Dextrose image from Uruguay (dxo-uy-1.0).

After executing in python:
{{{
import pygame
pygame.init()
}}}
the proccess pulseaudio shows 10% cpu usage.

Changing the SDL audio driver is a workaround:
{{{
import os
os.environ['SDL_AUDIODRIVER'] = 'alsa'

import pygame
pygame.init()
}}}
",defect,new,Unspecified by Maintainer,Unspecified by Release Team,Dextrose,0.88.x,Major,,,alsroot,OLPC,Unconfirmed
