Scratch FixSoundCrashes

From eLinux.org
Revision as of 16:48, 4 January 2013 by Simplesi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.