5 lines
149 B
Python
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)
|