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.
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.