torstah commited on
Commit
4b3e6ee
1 Parent(s): 9c8a3bf

print file

Browse files
Files changed (1) hide show
  1. utils.py +1 -0
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: