登录社区云,与社区用户共同成长
邀请您加入社区
该用户还未填写简介
暂无可提供的服务
一个简单的语音识别,语音转文字的demo主要就是#import <Speech/Speech.h>#import <AVFoundation/AVFoundation.h>@interface ViewController ()<SFSpeechRecognizerDelegate>@property (strong, nonatomic) UIButton *siriBtu;//siri按