Commit 98548798 by BellCodeEditor

save project

parent 28fbd9c7
Showing with 1 additions and 1 deletions
...@@ -17,7 +17,7 @@ sb1=os.listdir(r"C:\Users\袁申宇\Desktop\sb") ...@@ -17,7 +17,7 @@ sb1=os.listdir(r"C:\Users\袁申宇\Desktop\sb")
list=[] list=[]
for i in sb1: for i in sb1:
if i[-4:]==".wav"or i[-4:]==".ogg": if i[-4:]==".wav"or i[-4:]==".ogg":
sb.append() sb1.append()
num=-1 num=-1
volume = 0.2 volume = 0.2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment