[Python] 연습

[Python] SPICE를 사용한 Voice Pitch 감지

Simon Yoon 2022. 8. 21. 15:07

Voice Pitch (음 높이)를 확인하기 위해서는 다음의 tensorflow tutorial 을 통해 SPICE 라고 하는 모델을 사용할 수 있다.

https://www.tensorflow.org/hub/tutorials/spice

 

SPICE를 사용한 피치 감지  |  TensorFlow Hub

SPICE를 사용한 피치 감지 이 colab에서는 TensorFlow Hub에서 다운로드한 SPICE 모델을 사용하는 방법을 보여줍니다. sudo apt-get install -q -y timidity libsndfile1 Reading package lists... Building dependency tree... Reading st

www.tensorflow.org