Browse Source

add avatar tool

ming 3 years ago
parent
commit
4f06dc64b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/routers/toolAvatarVoiceOnly.py

+ 1 - 1
api/routers/toolAvatarVoiceOnly.py

@@ -51,7 +51,7 @@ def makeMP3(name_hash,text_in):
     ff = ffmpy.FFmpeg(inputs={dir_sound+name_hash+"raw.mp3": None}
                             , outputs={dir_sound+name_hash+".mp3": ["-filter:a", "atempo=1.2"]})
     ff.run()
-    os.remove(dir_sound+name_hash+"/raw.mp3")
+    os.remove(dir_sound+name_hash+"raw.mp3")
 
 
 def call_anchor(name_hash,avatar):