Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/library/pippy/sound.py
Commit message (Expand)AuthorAgeFilesLines
* add COPYING file: #1571James Cameron2010-05-201-0/+16
* Revert "add COPYING file: #1571"anishmangal20022010-05-201-16/+0
* 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