Broadway

So you want to play Broadway? Follow these instructions.

Dependencies

  1. First you need Python, at least version 2.5, but not Python 3.
  2. Next you need Pygame, at least 1.8.1. Make sure you get the right version for your Python installation!
  3. Then you need NumPy, at least version 1.6.1.
  4. Finally, you want to get eSpeak. Go with the most recent version (1.46.01+).

Broadway

After you have all of those, you can download Broadway itself. Download and unzip the package. If you're on unix or mac, you'll simply need to run from inside the directory:

python broadway.py

If you're on a windows machine, you'll want to use the "run.bat" file provided.

Notes

Depending on your system, you may need to modify line 145 of "constants.py".

processes['espeak']= r"C:\Program Files (x86)\eSpeak\command_line\espeak.exe";

This line tells Broadway where your installation of eSpeak is; you may need to modify it.