Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.12 KB

README.md

File metadata and controls

36 lines (19 loc) · 1.12 KB

About SpeakOSC for OS X

Listens for specified speech keyphrases / dictation and outputs the results over OSC.

See video demo here: Also see video demo here: https://vimeo.com/136399791

Download the latest version here: https://github.com/dlublin/SpeakOSC/releases

Features

Set custom OSC messages to be sent when key phrases detected.

Raw dictation mode for sending raw transcription strings over OSC.

Save and Open documents with lists of commands.

Notes

May require additional download.

System audio output may be automatically muted while dictation is active.

Configure microphone input in System Preferences under Dictation and Speech.

Dictation only works when SpeakOSC is the active application and the dictation text field is selected.

Speech Commands work when SpeakOSC is active or in the background.

Configure OSC IP / port / base address path in Preferences.

About the code

This app uses the standard OS X NSSpeechRecognizer to listen for specified commands.

It also enables the OS X dictation mode to capture raw text input.

It uses VVOpenSource / VVOSC for OSC output.