Search found 3 matches

by innoxious
Fri Oct 21, 2011 4:24 am
Forum: General Audio Programming
Topic: Onset detection algorithm (Beat tracking)
Replies: 6
Views: 6133

Re: Onset detection algorithm (Beat tracking)

OK, so far I think I've get the basic concept of onset detection algorithm. But somehow I'm still a bit blur about the basic of audio programming itself. From what I've learnt, the only way to analyze audio file programmatically is to access the PCM data of the audio file by using a decoder (which i...
by innoxious
Mon Oct 17, 2011 2:17 am
Forum: General Audio Programming
Topic: Onset detection algorithm (Beat tracking)
Replies: 6
Views: 6133

Re: Onset detection algorithm (Beat tracking)

Basically, I'm creating an application for Android, it's something like rhythm game like Dance Dance Revolution. The user can select the song and the program can detect the beat of the music played. It doesn't have to be very accurate anyway. I've browsed through many resources about onset detection...
by innoxious
Fri Oct 14, 2011 8:34 am
Forum: General Audio Programming
Topic: Onset detection algorithm (Beat tracking)
Replies: 6
Views: 6133

Onset detection algorithm (Beat tracking)

Hi everyone! I am new to audio programming, well, I have never really done it before actually. I didn't have much knowledge on audio processing as well. I only know the basics of audio programming (like playing loaded music file, pausing, stopping, etc) and I have only learnt the very basic of audio...