Skip to content
Open
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)