Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/filemix.py
diff options
context:
space:
mode:
Diffstat (limited to 'filemix.py')
-rwxr-xr-xfilemix.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/filemix.py b/filemix.py
index a4e683f..0a85087 100755
--- a/filemix.py
+++ b/filemix.py
@@ -11,7 +11,8 @@
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
-# version 1
+# version 2 Changes:
+# Tweak amplitudes of sound files.
#
# Notes:
#
@@ -101,7 +102,6 @@ class FileMix(activity.Activity):
width = gtk.gdk.screen_width()
height = gtk.gdk.screen_height()
if os.path.exists("/etc/olpc-release") or os.path.exists("/sys/power/olpc-pm"):
- tall = 1
adjust = 78
else:
adjust = 57