socket 逻辑初始化
This commit is contained in:
@@ -21,6 +21,7 @@ public class ChatCommonServiceImpl implements ChatCommonService {
|
||||
|
||||
@Override
|
||||
public void handleChatVoiceData() {
|
||||
|
||||
//1、获取面试传输的语音文件
|
||||
|
||||
//2、语音文件转换成文本字符串
|
||||
@@ -31,5 +32,7 @@ public class ChatCommonServiceImpl implements ChatCommonService {
|
||||
|
||||
//5、返回最终的语音文件
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user