This commit is contained in:
2026-01-21 17:59:12 +08:00
parent 36c0b0b210
commit 06a572c08a
4 changed files with 93 additions and 2 deletions

View File

@@ -402,7 +402,7 @@
self.statusLabel.text = @"正在连接...";
self.recordButton.state = KBAiRecordButtonStateRecording;
[self.streamingManager startWithToken:token language:@"en" voiceId:nil];
[self.streamingManager startWithToken:token language:@"en-US" voiceId:nil];
}
- (void)recordButtonDidEndPress:(KBAiRecordButton *)button {