Skip to content

Commit

Permalink
fix: gsvits
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Aug 27, 2023
1 parent 7587935 commit 7e6a3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tts/genshin/vits.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func (tts *Genshin) Speak(_ int64, text func() string) (fileName string, err err
}
return numcn.EncodeFromFloat64(f)
}),
), tts.code)
), url.QueryEscape(tts.code))
var b [8]byte
goBinary.LittleEndian.PutUint64(b[:], uint64(tts.mode))
h := crc64.New(crc64.MakeTable(crc64.ISO))
Expand Down

0 comments on commit 7e6a3d9

Please sign in to comment.