Skip to content

Commit

Permalink
🎨 iOS Chrome が WAV の再生に失敗する例があるようなので音声をにじボイスの音声をMP3に変更
Browse files Browse the repository at this point in the history
  • Loading branch information
keitakn committed Jan 2, 2025
1 parent 53d2f42 commit 3b61d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/presentation/router/realtime_apis.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ async def receive_from_gemini():
if combined_text:
tts_payload = {
"script": combined_text,
"format": "wav",
"format": "mp3",
"speed": "0.8",
}
tts_headers = {
Expand Down

0 comments on commit 3b61d13

Please sign in to comment.