mirror of
https://github.com/hykilpikonna/SpeechGenderAnalysis.git
synced 2026-04-24 23:37:14 -05:00
5 lines
92 B
Python
5 lines
92 B
Python
import sgs
|
|
|
|
if __name__ == '__main__':
|
|
print(sgs.api._calculate_fem_prob('pitch', 200))
|