Spaces:
Runtime error
Runtime error
print file
Browse files
utils.py
CHANGED
@@ -48,6 +48,7 @@ def CSVutil(file, rw, type, *args):
|
|
48 |
|
49 |
|
50 |
def load_audio(file, sr, DoFormant, Quefrency, Timbre):
|
|
|
51 |
converted = False
|
52 |
DoFormant, Quefrency, Timbre = CSVutil("csvdb/formanting.csv", "r", "formanting")
|
53 |
try:
|
|
|
48 |
|
49 |
|
50 |
def load_audio(file, sr, DoFormant, Quefrency, Timbre):
|
51 |
+
print(f"file={file} sr={sr} DoFormant={DoFormant} Quefrency={Quefrency} Timbre={Timbre}")
|
52 |
converted = False
|
53 |
DoFormant, Quefrency, Timbre = CSVutil("csvdb/formanting.csv", "r", "formanting")
|
54 |
try:
|