From ae8fd1350a9c6b90f3bf7c63f7822a2b9f728dff Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Fri, 27 Jul 2007 13:57:18 +0000 Subject: Changed Memorize to play ogg files The memorize activity has been changed to use ogg files instead of aiff files to save storage on the XO. The old player images (aka icecream) has been removed from the git tree as well. --- (limited to 'game.py') diff --git a/game.py b/game.py index 46da2e2..30fdae7 100755 --- a/game.py +++ b/game.py @@ -147,7 +147,7 @@ class MemorizeGame(gobject.GObject): if self.sound == 1: snd = self.model.grid[id].get('snd', None) if snd != None: - self.cs.perform('i 108 0.0 3.0 "%s" 1 0.9 0.1'%(snd)) + self.cs.perform('i 108 0.0 3.0 "%s" 1 0.9 0'%(snd)) _logger.debug('Audio: play sound=%s'%snd) # First card case -- cgit v0.9.1