9 #ifndef BNSoundProtocol_h
10 #define BNSoundProtocol_h
12 #import <Foundation/Foundation.h>
13 #import "BNCommonDef.h"
20 - (void)onPlayTTS:(NSString*)text;
27 - (void)onPlayVoiceSound:(BNVoiceSoundType)type filePath:(NSString *)filePath;
34 - (void)onTTSAuthorized:(BOOL)success;
61 - (BOOL)playText:(NSString *)text;
Definition: BNSoundProtocol.h:39
Definition: BNSoundProtocol.h:15