计算录音结束

This commit is contained in:
zhonghua1
2026-01-02 08:18:06 +08:00
parent 7db8035160
commit b991db97f0
4 changed files with 188 additions and 5 deletions

View File

@@ -14,6 +14,9 @@ public class AudioManagementConstants {
public static final String SERVICE_STATUS_IN_SERVICE = "服务中";
public static final String SERVICE_STATUS_SERVICE_FINISH = "服务结束";
public static final String TEXT_MERGED_STATUS_FINISH = "文本合并完成";
public static final String TEXT_MERGED_STATUS_UNFINISH = "文本未合并";
/**
* 私有构造函数,防止实例化
*/