기존의 “비트매니아”와 같은 리듬게임은 게임 개발자가 해당 음악의 악보에 맞게 노트를 생성하여 사용자가 정확히 연주 할수록 좋은 결과가 나오도록 구현되어 있다. 하지만 선택할 수 있는 노래가 제한되어 있다는 단점이 있다. 따라서 본 논문에서는 사용자가 자신이 원하는 음악을 플레이할 수 있도록 mp3와 같은 디지털 오디오 파일을 FFT 알고리즘을 이용하여 실시간으로 음계를 추출하고 정렬한 뒤 게임 인터페이스 상에 노트를 생성한다. 또한 BPM정보를 이용하여 노트의 생성 순서와 게임의 난이도를 조절한다.
Existing rhythm game such as “Beat Mania”re produces some notes coding by game developer. when the users hit the notes accurately, the uses have good scores. However, they can not choose many songs in the game. Therefore, in this paper, we propose the system that generates notes automatically using beat per minute information and extracting features of mp3 files to play user's selected music. Moreover, the system can adjust score using BPM information.