add photo
This commit is contained in:
9
app/libs/_asr_out/proguard.txt
Normal file
9
app/libs/_asr_out/proguard.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
# SDK
|
||||
-keepclasseswithmembernames class com.tencent.aai.** { # 保持 native 方法不被混淆
|
||||
native <methods>;
|
||||
}
|
||||
|
||||
-keep public class com.tencent.aai.** {*;}
|
||||
-keep interface com.tencent.aai.audio.data.PcmAudioDataSource {
|
||||
void start(); throws com.tencent.aai.exception.ClientException;
|
||||
}
|
||||
Reference in New Issue
Block a user