FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 495dfc22 authored by Silas S. Brown's avatar Silas S. Brown
Browse files

Gradint update

git-svn-id: http://svn.code.sf.net/p/e-guidedog/code/ssb22/gradint@933 29193198-4895-4776-b068-10539e920549
parent 10365e53
No related branches found
Tags v0.9931
No related merge requests found
No preview for this file type
......@@ -112,6 +112,7 @@ if unix:
try: u""+sox_formats
except: sox_formats="Please install Rosetta (from the Mac OS X optional CD) to run sox." # just in case there are encoding problems with localisation
show_warning(sox_formats.replace("sox.","some of the utilities Gradint uses.")+" Otherwise expect problems!") # (TODO need to check espeak separately in case they've compiled it x86, see in synth.py)
# TODO document a way to install Rosetta without the CD? (e.g. downloading a PowerPC-only Abiword binary seems to do it)
got_qtplay = 0
else: show_warning("SOX found, but it can't handle WAV files. Ubuntu users please install libsox-fmt-all.")
else: gotSox = got_program("sox")
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment