Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/library/pippy/sound.py
Commit message (Expand)AuthorAgeFilesLines
* Correction Pippy 'Playwave'flavio2012-09-191-4/+4
* pep8 fixv46Rafael Ortiz2012-02-171-1/+1
* cleaning debug codeRafael Ortiz2012-02-171-6/+0
* restoring license headerv45Rafael Ortiz2012-02-161-0/+3
* Not harcoding tamtam-edit pathRafael Ortiz2012-02-161-31/+30
* v1 of finding tamtam with activity registryRafael Ortiz2012-01-261-2/+12
* Better way to go to TamTamEditRafael Ortiz2011-06-141-1/+2
* Fix Pippy sound library on non-OLPC OS systems (SL#638)v40Sascha Silbe2011-03-031-10/+22
* pep8 adjustmentsJames Cameron2010-12-231-76/+175
* add COPYING file: #1571James Cameron2010-05-141-0/+16
* Allow playing sounds named with a full filesystem path.C. Scott Ananian2008-11-171-1/+4
* Give a friendly error message if the audio library isn't found.Chris Ball2008-03-151-2/+7
* Look for the audio library in /home as well as /usr/share.Chris Ball2008-03-141-5/+10
* Fix import of pippy.sound library (missing temp_path definition).C. Scott Ananian2007-12-171-0/+1
* Move imports around to ensure 'import pippy' is as fast as possible.C. Scott Ananian2007-12-141-1/+5
* Improve speed of 'import pippy' by removing the 'from sugar import env'.C. Scott Ananian2007-12-121-5/+6
* Speed up import pippy sound (by a lot!) by removing an unused import.C. Scott Ananian2007-12-111-1/+0
* Factor out a pippy library, which programs can use with 'import pippy'.C. Scott Ananian2007-12-111-0/+210