Skip to content

defitech/ReadAloud.rb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReadAloud.rb

A tiny OSX tool that reads aloud text copied to the clipboard, to workaround inconsistent system support when reading the selected text in apps.

Features

  • Status bar app (no dock icon)
  • Reads aloud text when copied to the clipboard, using system-wide speech settings (accessible from the tool's preferences popup)
  • Global shortcut for enabling/disabling the reading, configurable from the preferences popup
  • Highly experimental spell checker—uses the Google Speech (unofficial) API to attempt to recognize the spoken original text
  • Language support: English and French

Requirements

For now the experimental spell checker requires the FLAC command-line utility to be installed beforehand. You can either:

  • Use one of the OSX downloads on the official FLAC page (the 'FLAC tools for OS X' will do fine)
  • brew install flac, for those with Homebrew

Download binaries

Disclaimer

This is a first-time project with all of Xcode, Cocoa and MacRuby, so there most likely are bad practices and/or blatant mistakes in the code.

Acknowledgements

About

Tiny tool to help reading aloud selected text in OSX.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published