Homebrew tap for SwiftMac, an Emacspeak speech server for macOS.
brew tap intelligrit/swiftmac
brew install swiftmac- macOS with Apple Silicon (M1, M2, M3, M4, or newer)
- Emacspeak installed
After installation, configure Emacs to use SwiftMac:
(setenv "EMACSPEAK_DIR" "/path/to/.emacspeak")
(load-file "/opt/homebrew/share/emacs/site-lisp/swiftmac-voices.el")
(dtk-select-server "swiftmac")Three server variants are available:
swiftmac- Standard speech serverlog-swiftmac- Server with debug loggingcloud-swiftmac- Server with cloud-based voices
brew update
brew upgrade swiftmacTo update the formula after a new SwiftMac release, run the following from the SwiftMac repository (not this tap):
cd /path/to/swiftmac
make update-brewThis automatically updates the version, URL, and SHA256 checksum in the formula.
See Contributing.org for the detailed release process.
See the SwiftMac repository for full documentation.