Upgrade to Pro — share decks privately, control downloads, hide ads and more …

AVSpeechSynthesizerにひたすら読ませる

ta_ka_tsu
December 28, 2018

 AVSpeechSynthesizerにひたすら読ませる

AVSpeechSynthesizerにいろいろ読ませてみた実験です

ta_ka_tsu

December 28, 2018
Tweet

More Decks by ta_ka_tsu

Other Decks in Technology

Transcript

  1. let utterance = AVSpeechUtterance(string: “͜Μ͹Μ͸”) utterance.voice = AVSpeechSynthesisVoice(language: “ja-JP”) utterance.rate

    = rate // ൃ࿩ͷεϐʔυ utterance.pitchMultiplier = pitch // ੠ͷߴ͞ let synthesizer = AVSpeechSynthesizer() synthesizer.speak(utterance)
  2.