Main Page

From Class Wiki
Revision as of 08:05, 2 December 2011 by Zach.swena (talk | contribs)
Jump to navigation Jump to search

Classes

Useful Tools


How to get Sound.m to work in Windows

Intall sox from

 http://sox.sourceforge.net/

Edit sound.m by commenting out line 99 and paste the following right after

 if(file_in_path(EXEC_PATH, "sox.exe"))
 sound_play_utility = "sox.exe -t AU - -d";