From 06f98f4e0433873da2d007ffb0bfb70b06e62ff6 Mon Sep 17 00:00:00 2001 From: Yoshida Hiroshi Date: Tue, 7 Jan 2025 15:39:12 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E5=90=8D?= =?UTF-8?q?=E3=82=92=20-=20=E7=B9=8B=E3=81=8E=E3=81=AB=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler.go b/handler.go index 9ba71e2..07d1b5a 100644 --- a/handler.go +++ b/handler.go @@ -470,7 +470,7 @@ func opus2ogg(ctx context.Context, opusCh chan opusChannel, sampleRate uint32, c var f *os.File if c.EnableOggFileOutput { - fileName := fmt.Sprintf("%s_%s.ogg", header.SoraSessionID, header.SoraConnectionID) + fileName := fmt.Sprintf("%s-%s.ogg", header.SoraSessionID, header.SoraConnectionID) filePath := path.Join(c.OggDir, fileName) var err error