Files
digital_person/app/libs/_asr_out/proguard.txt
gcw_4spBpAfv 4e33063a98 add photo
2026-04-23 15:21:24 +08:00

9 lines
293 B
Plaintext

# 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;
}