0fa4e405
吴启风
feat: 将语音评测从先声迁移至驰声
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
//
// CAIEngine.h
// CAIEngine
//
// Created by chivox on 2019/10/21.
// Copyright © 2019 chivox. All rights reserved.
//
/*
* 导出头文件
*/
#import "ChivoxAISdkInfo.h"
#import "ChivoxAIRetValue.h"
#import "ChivoxAIEngine.h"
#import "ChivoxAIEvalResult.h"
#import "ChivoxAIRecorderNotify.h"
#import "ChivoxAIResTool.h"
#import "ChivoxAILogLevel.h"
#import "ChivoxAIAudioPlayer.h"
#import "ChivoxAIRecordParam.h"
#import "ChivoxAIAudioSrc.h"
#import "ChivoxAIGlobalCfg.h"
|