Nosrac / Dictater

Replacement for built-in Speech services. Supports playing, skipping, progress, and more
http://nosrac.github.io/Dictater/
MIT License
222 stars 15 forks source link

Bypass Maximum Rate #10

Open ghost opened 8 years ago

ghost commented 8 years ago

Great work!

I use a service that runs the command "say -r 500" in order to bypass the 350 wpm cap on the speed slider in the text to speech preferences. Based on this documentation, I suspect that this fork should hard code my faster rate, which would be fine for me. However, I cannot build it myself because I get an "Ambiguous use of 'menu'" error on the line "if let menu = target?.menu," in the ViewController.swift file. Admittedly, I have essentially no experience with mac development, so I am likely missing something. Really, I'm asking for some help and not a pull, but this seemed to be the most effective way to share the code I'm looking at. Thanks.

Nosrac commented 8 years ago

Hey @kgmstwo, It looks like there may have been a bug in the source. Your code looks fine. Try pulling down the changes and try it again.