diff options
Diffstat (limited to 'crystal/bungmobott.cr')
-rwxr-xr-x | crystal/bungmobott.cr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crystal/bungmobott.cr b/crystal/bungmobott.cr index 5e0caed..0f95e7a 100755 --- a/crystal/bungmobott.cr +++ b/crystal/bungmobott.cr @@ -426,7 +426,7 @@ spawn do playaudiofile( filepath ) File.delete( filepath ) elsif aws # AWS polly voices - filepath="#{settings["tempdir"]}#{Time.utc.to_unix}.mp3" + filepath="#{settings["tempdir"]}#{Time.utc.to_unix_ms}.mp3" p = Process.new( "aws.exe", [ "polly", "synthesize-speech", |