Beat Mapper

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
Raizor
Posts: 60
Joined: Sun Jan 18, 2004 12:27 am
Location: out there

Beat Mapper

Post by Raizor »

Does anyone know of any software that will analyse an audio track (pcm, mp3 whatever) and spit out a list of beats? Specific beats rather than just BPM stuff is what I had in mind.

Cheers,

Raizor
apache37
Posts: 76
Joined: Fri Jun 04, 2004 3:13 pm

Post by apache37 »

Acid. Has a beatmapper built in when you drop the tracks in.

Was made by Soundforge but now by $ony.
Raizor
Posts: 60
Joined: Sun Jan 18, 2004 12:27 am
Location: out there

Post by Raizor »

Thanks apache, I'll have a read up on it :)
User avatar
Drakonite
Site Admin
Posts: 990
Joined: Sat Jan 17, 2004 1:30 am
Contact:

Post by Drakonite »

I'm a bit tired so maybe I'm thinking about the wrong thing but....

Look up fast fourier(sp?) transforms (FFT). They are used quite a bit for this. Gamedev.net has quite a bit of info on more or less realtime FFT last I checked, assuming thats what you are wanting.
Shoot Pixels Not People!
Makeshift Development
Raizor
Posts: 60
Joined: Sun Jan 18, 2004 12:27 am
Location: out there

Post by Raizor »

I found a prog called Audacity (on download.com) that will export a list of 'beat' times. Looks perfect for what I want :)
Post Reply