Skip to content

Commit

Permalink
ファイル名を - 繋ぎに修正する
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexa committed Jan 7, 2025
1 parent b059720 commit 06f98f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06f98f4

Please sign in to comment.