[-] Remove CSV output

This commit is contained in:
Azalea (on HyDEV-Daisy)
2022-04-07 15:50:30 -04:00
parent 1bfd4c4346
commit 689e7d5e83
2 changed files with 8 additions and 12 deletions
+4
View File
@@ -0,0 +1,4 @@
from formants import predict_from_times
if __name__ == '__main__':
predict_from_times('data/Example.wav', 'data/ExamplePredictions.csv', 0, -1)