Skip to content

Commit 73da842

Browse files
author
eagleychen
committed
gvoice len
1 parent 6b3a75f commit 73da842

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
8 Bytes
Binary file not shown.

Source/GVoiceSE-iOS/GVoiceSEiOS.framework/Headers/GVoiceSE.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ FOUNDATION_EXPORT const unsigned char GVoiceSEiOSVersionString[];
1919
@interface GVoiceSE : NSObject
2020
//model_path 传入模型文件路径
2121
+ (int)voice_handle_open:(const char*)model_path; //返回-1初始化错误,0成功
22-
+ (void)voice_handle_process:(char *)pcmlocal ref:(char *)pcmref;
22+
+ (void)voice_handle_process:(char *)pcmlocal ref:(char *)pcmref len:(int)len;
2323
@end

0 commit comments

Comments
 (0)