Questions tagged [beat-detection]

5 questions
34
votes
9 answers

Any beat detection software for Linux?

Amarok 2 can search through music collection using ID3v2 tag's 'bpm' field. That would be very nice to retag the entire music collection so I can find the 'mood' of the track I like. However I've not found any beat-detection software that could have…
kolypto
  • 3,121
3
votes
2 answers

Audio recording, a tool for human-aided drum quantizing

I have this situation: the drummer records the track (8 tracks in a multitrack session). Now, how do I check how distant are the recorded beats from their theoretical position i.e.: there is always some error in human recorded tracks, but is there…
user1393
  • 143
2
votes
1 answer

Bash script errors

I am trying to get all my MP3 to have the BPM registered. I did find software for that via this Super User question. I installed bpmdj, vorbis-tools flac python-mutagen and copied the bash script from the named Super User question (see below). Now,…
Desd
  • 23
1
vote
0 answers

Understanding how Native Instruments Traktor analyzes and beat-grids songs

Quick Summary: How does NI Traktor determine: BPM (beats per minute) beat-grid key of song auto-gain Detailed Description: I am very interested in understanding exactly how Traktor analyzes a song; specifically, I want to know how it guesses at…
0
votes
1 answer

How can I adjust the tempo of a mp3 song without altering the pitch and converting to WAV?

I need to run a script in python that changes the tempo of an MP3 song without changing the pitch. I've seen Soundstretch but it only works with wav files and I wanted to avoid having to convert back and forth. How can I do the pitch-shifting…
West
  • 103