TTS 返回语音优化

This commit is contained in:
2025-10-19 19:48:47 +08:00
parent 9febb08b4f
commit 100b3b2845
2 changed files with 9 additions and 14 deletions

View File

@@ -57,7 +57,7 @@ public class RealtimeTranscriptionMicrophone {
webSocket.send(config.toString());
// 1. 启动音频缓冲
webSocket.send("{\"type\": \"input_audio_buffer.start\"}");
// webSocket.send("{\"type\": \"input_audio_buffer.start\"}");
// 2. 开始录音并实时发送
new Thread(() -> {