Morse Speech Synthesizer (MorseSynthesizer)

Last Revision:
Version 1.0, 2011-10-19
Demonstrates how to plug into the Speech Synthesis Manager.
Build Requirements:
Xcode 4.1 or later, Mac OS X v10.7 or later
Runtime Requirements:
Mac OS X v10.5 or later

This Cocoa sample code project shows how to write a speech synthesizer plug-in for the speech synthesis manager. It is designed to demonstrate as much functionality, especially audio functionality, as possible, while abstracting from the complexity of full blown speech synthesis. Therefore, the plug-in translates text into Morse code, rather than into human speech as a typical speech synthesizer plug-in would provide.