Harveenchadha
commited on
Commit
•
296f52e
1
Parent(s):
785e129
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,7 @@ def convert(inputfile, outfile):
|
|
10 |
sox_tfm.set_output_format(
|
11 |
file_type="wav", channels=1, encoding="signed-integer", rate=16000, bits=16
|
12 |
)
|
|
|
13 |
sox_tfm.build(inputfile, outfile)
|
14 |
|
15 |
def read_file(wav):
|
|
|
10 |
sox_tfm.set_output_format(
|
11 |
file_type="wav", channels=1, encoding="signed-integer", rate=16000, bits=16
|
12 |
)
|
13 |
+
#print(this is not done)
|
14 |
sox_tfm.build(inputfile, outfile)
|
15 |
|
16 |
def read_file(wav):
|