From dffcb3206d7215484c412abba3f4a08c55194439 Mon Sep 17 00:00:00 2001 From: Yoshida Hiroshi Date: Wed, 8 Jan 2025 15:35:38 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=82=B9=E3=83=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 350c412..dd02009 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,7 +12,7 @@ ## develop - [ADD] 受信した音声データを Ogg ファイルで保存するかを指定する enable_ogg_file_output を追加する - - 保存するファイル名は、sora-session-id ヘッダーと sora-connection-id ヘッダーの値を使用して作成する + - 保存するファイル名は、sora-session-id ヘッダーと sora-connection-id ヘッダーの値を使用して作成する - ${sora-session-id}-${sora-connection-id}.ogg - デフォルト値: false - @Hexa