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