応募トーク
これは応募されたトークです。聞きたいと思うトークをSNSで拡散しましょう。選考時に参考にさせていただきます。
poster
Pitch Detection in Singing Evaluation (Scoring) in Karaoke using Pyaudio, Pygame and VPython(en)
スピーカー
Ren-yuan Lyu
対象レベル:
中級
カテゴリ:
Science
説明
Based on digital signal processing (DSP) theory, using the Pyaudio, Pygame and VPython modules, a real time pitch detection module was applied to a 3D scenary to control objects in the scene.
It can be used as a kernel module in a singing evaluation system similar to the Karaoke machine used in the Karaoke Battle (カラオケバトル).
目的
概要
Introduction
====
This project was implemented in the Python 3.4 platform, using multi-threading programming technique and scientific computation modules in a simple manner. It was based on a 2014 project, which dealt with the FFT spectrogram of an audio signal. This year, the author extended it into audio feature extraction, especially for the pitch detection in human singing signal. A popular application of such a system is in the scoring of a human singing, e.g., the machine used in the KaraOke Battle (カラオケバトル)TV program.
The Task
====
![](https://dl.dropboxusercontent.com/u/33089565/_pyconjp2016/1001_theTask.png)
The Prototype
====
![](https://dl.dropboxusercontent.com/u/33089565/_pyconjp2016/1002_thePrototype.png)
The Modules
====
![](https://dl.dropboxusercontent.com/u/33089565/_pyconjp2016/1003_theModules.png)