ios 系统语音播放

2018-05-02  本文已影响29人  师傅我坚持不住了

WKCSpeaker

pod 'WKCSpeaker'
#import <WKCSpeaker/WKCSpeaker.h>

语音播报

[[WKCSpeaker sharedInstance] play:@"你在想什么呢"];

语音转文字

[[WKCSpeaker sharedInstance] recognizerCompeletionHandle:^(SpeechRecognizerType status, NSString *text) {

}];

如有bug或问题,请私信.github地址

上一篇 下一篇

猜你喜欢

热点阅读