Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issue with PyObjc 3.0.4 #42

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pyttsx/drivers/nsss.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
'''
from objc import super
from Foundation import *
from AppKit import NSSpeechSynthesizer
from PyObjCTools import AppHelper
Expand Down Expand Up @@ -112,4 +113,4 @@ def speechSynthesizer_didFinishSpeaking_(self, tts, success):

def speechSynthesizer_willSpeakWord_ofString_(self, tts, rng, text):
self._proxy.notify('started-word', location=rng.location,
length=rng.length)
length=rng.length)