第1年5月19日 AVFoundation 文本转语音 Speech Kit实现语音识别

1.

let synthesizer = AVSpeechSynthesizer()
synthesizer.speak(AVSpeechUtterance(string: "Hello AV Foundation. How are you?"))

https://blog.csdn.net/weixin_34265814/article/details/93181107

2.

Speech Kit实现语音识别

installTapOnBus

http://linyehui.me/2016/11/15/installtaponbus-buffersize-not-taking-effect/ 

https://blog.csdn.net/qq_30970529/article/details/52814463

 https://blog.csdn.net/Z1591090/article/details/82787716

https://www.jianshu.com/p/4e62e00eded8

3.audioEngine

https://juejin.cn/post/6844904070851854350

https://github.com/BoxDengJZ/AudioJz

https://www.jianshu.com/p/506c62183763

原文地址:https://www.cnblogs.com/javastart/p/14783595.html