Difference between revisions of "Scratch FixSoundCrashes"

From eLinux.org
Jump to: navigation, search
(Create page)
 
 
Line 4: Line 4:
 
Form this post on the forum
 
Form this post on the forum
  
[http://www.raspberrypi.org/phpBB3/viewtopic.php?f=77&t=18684&p=249749#p239075]
+
http://www.raspberrypi.org/phpBB3/viewtopic.php?f=77&t=18684&p=249749#p239075
  
 
Anyone still having problems with sound can try my newly minted plug-in. Very little testing but seems stable for me at least. HDMI output only atm (will provide option soon). To install download the file above and
 
Anyone still having problems with sound can try my newly minted plug-in. Very little testing but seems stable for me at least. HDMI output only atm (will provide option soon). To install download the file above and

Latest revision as of 16:48, 4 January 2013

Download Link [1]

Form this post on the forum

http://www.raspberrypi.org/phpBB3/viewtopic.php?f=77&t=18684&p=249749#p239075

Anyone still having problems with sound can try my newly minted plug-in. Very little testing but seems stable for me at least. HDMI output only atm (will provide option soon). To install download the file above and

sudo cp so.vm-sound-RPI /usr/lib/squeak/4.4.7-2357/

sudo nano /usr/bin/scratch

~ line 99, change... VMOPTIONS="$VMOPTIONS -vm-sound-alsa" to VMOPTIONS="$VMOPTIONS -vm-sound-RPI"

save, exit, run Scratch. Have fun!

Note: Plug-in only plays sound, no recording yet.