如何在iOS Swift Playground中添加avrecoder,以便我可以录制语音音频

时间:2018-06-27 01:51:11

标签: ios swift ipad swift-playground

我想录制语音。任何人都可以提供代码帮助。我在iPad上使用快速游乐场。

import AVFoundation
import PlaygroundSupport

PlaygroundPage.current.needsIndefiniteExecution = true

let synthesizer = AVSpeechSynthesizer()
let utterance = AVSpeechUtterance(string: "Say Hello")

utterance.rate = 0.52

synthesizer.speak(utterance)

0 个答案:

没有答案