We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3a75f commit 73da842Copy full SHA for 73da842
Source/GVoiceSE-iOS/GVoiceSEiOS.framework/GVoiceSEiOS
8 Bytes
Source/GVoiceSE-iOS/GVoiceSEiOS.framework/Headers/GVoiceSE.h
@@ -19,5 +19,5 @@ FOUNDATION_EXPORT const unsigned char GVoiceSEiOSVersionString[];
19
@interface GVoiceSE : NSObject
20
//model_path 传入模型文件路径
21
+ (int)voice_handle_open:(const char*)model_path; //返回-1初始化错误,0成功
22
-+ (void)voice_handle_process:(char *)pcmlocal ref:(char *)pcmref;
++ (void)voice_handle_process:(char *)pcmlocal ref:(char *)pcmref len:(int)len;
23
@end
0 commit comments