• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to speak Chinese on 10.9.2
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to speak Chinese on 10.9.2


  • Subject: Re: How to speak Chinese on 10.9.2
  • From: "Gerriet M. Denkmann" <email@hidden>
  • Date: Thu, 15 May 2014 13:15:28 +0700

On 15 May 2014, at 08:41, Jens Alfke <email@hidden> wrote:

> On May 14, 2014, at 6:24 PM, Gerriet M. Denkmann <email@hidden> wrote:
>
>> But the only thing in 10.9.2 I found was NSSpeechSynthesizer, which has 24 voices (which is nice) but all 24 have VoiceLanguage = VoiceLocaleIdentifier = en_US (which seems rather odd).
>
> The non-English voices are optional downloads — you can get them via the Dictation/Speech system pref pane. Pull down the System Voice pop-up and choose Customize…

Thanks. Just did that.

Did set System Voice to "Anna" (a German voice).
Now, when I select some (German) text and do Control-Click → Speech → Start Speaking it just works. Very good.

But this:

NSString *voiceIdentifier = @"com.apple.speech.synthesis.voice.anna.premium";
NSString *text = @"Der Osten ist rot.";
NSSpeechSynthesizer  *syn = [ [ NSSpeechSynthesizer alloc ] initWithVoice: voiceIdentifier ];	//	non-nil
BOOL ok = [ syn startSpeakingString: text ]; 	//	returns YES, but does NOT speak
NSString *pp = [ syn phonemesFromText: text ];	//	returns empty string

does not work as expected.
Same problem with all other voices I just downloaded. Only the default (en-US) voices work as they should.

What am I missing?

Gerriet.


_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: How to speak Chinese on 10.9.2
      • From: "Gary L. Wade" <email@hidden>
References: 
 >How to speak Chinese on 10.9.2 (From: "Gerriet M. Denkmann" <email@hidden>)
 >Re: How to speak Chinese on 10.9.2 (From: Jens Alfke <email@hidden>)

  • Prev by Date: Re: Share and store RSA - public key in java server and vice versa
  • Next by Date: Re: How to speak Chinese on 10.9.2
  • Previous by thread: Re: How to speak Chinese on 10.9.2
  • Next by thread: Re: How to speak Chinese on 10.9.2
  • Index(es):
    • Date
    • Thread