Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelchadwick/utter
GUI frontend to the OS X say command in Objective-C
https://github.com/michaelchadwick/utter
cow gui gui-frontend macos objective-c osx speech utter xcode
Last synced: about 2 months ago
JSON representation
GUI frontend to the OS X say command in Objective-C
- Host: GitHub
- URL: https://github.com/michaelchadwick/utter
- Owner: michaelchadwick
- Created: 2014-05-19T19:19:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-24T21:10:41.000Z (about 8 years ago)
- Last Synced: 2023-03-29T20:15:26.223Z (almost 2 years ago)
- Topics: cow, gui, gui-frontend, macos, objective-c, osx, speech, utter, xcode
- Language: Objective-C
- Homepage:
- Size: 188 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Utter
GUI frontend to the OSX say command. Heavily inspired by [say.app](http://nsgn.net/software/say).
### Why Make This App?
---I've used say.app for years, and wondered recently if I could rebuild it (since there's no publicly available source), and then potentially add features to it. So...I made **Utter**.
### Features
---* Simple GUI way of using the say command. Just enter text and either hit Shift-Enter or click the play button to hear it.
* Pause and resume speech.
* Change the speed/rate, pitch, pitchmod, or volume of the speech synthesis. Can utter speech when you change the options, too.
* Save the speech to an AIFF on your desktop. Use the text itself as the filename, if you wish.### Usage
---Clone the repo and build the Xcode project. It was created in Xcode 5, but may work in earlier versions.
### Options
---
The options drawer can be accessed by clicking the Options button on the main window.### Questions, Feedback, Suggestions
* [[email protected]](mailto:[email protected])