Files
DeepFormants/run.py
T
Azalea (on HyDEV-Daisy) 689e7d5e83 [-] Remove CSV output
2022-04-07 15:50:30 -04:00

5 lines
149 B
Python

from formants import predict_from_times
if __name__ == '__main__':
predict_from_times('data/Example.wav', 'data/ExamplePredictions.csv', 0, -1)