WKCSpeaker 0.1.7

WKCSpeaker 0.1.7

Maintained by yang666.



  • By
  • WeiKunChao

WKCSpeaker

Carthage compatible CocoaPods compatible License: MIT

Some base on Speaker

Such as

import into #import <WKCSpeaker/WKCSpeaker.h>

  1. 系统语音播报
/**系统语音播报*/
[[WKCSpeaker sharedInstance] play:@"你在想什么呢"];
  1. 语音转文字
/**语音转文字*/
[[WKCSpeaker sharedInstance] recognizerCompeletionHandle:^(SpeechRecognizerType status, NSString *text) {

}];