SpeechGenderAnalysis/test.py
2022-04-05 01:18:40 -04:00

6 lines
142 B
Python

import sgs
if __name__ == '__main__':
print(sgs.api._calculate_fem_prob('pitch', 200))
print(sgs.api._calculate_fem_prob('f1', 741))