willhains / Kotoba

Quickly search the built-in iOS dictionary to see definitions of words. Collect words you want to remember.
MIT License
551 stars 60 forks source link

Speech #31

Closed GaborTheFisher closed 3 years ago

GaborTheFisher commented 6 years ago

Adding pronounce functionality to AddWordViewController. This allows users of the app to also listen to the correct pronounciation of a word. Currently, this feature only works correctly with english words and only in US english pronounciation. Additional languages and forms of pronounciation are coming in a later PR.

willhains commented 6 years ago

This is a great idea. I am messing around with it a bit in my local repo on the speech branch. I'll push in a few days so you can take a look.

One small request: I'm trying to keep the Xcode 10 / iOS 12 changes separate on the Xcode-10 branch until iOS 12 goes public, so please use Xcode 9 for changes that are intended to merge to master.