Someone knows some program in Ubuntu to change the bpm of a track, retaining the tone. I've tried with Audacity, but when changing the bpm, it also changes the tone. Any idea? Maybe whit LMMS?
Thanks.
Someone knows some program in Ubuntu to change the bpm of a track, retaining the tone. I've tried with Audacity, but when changing the bpm, it also changes the tone. Any idea? Maybe whit LMMS?
Thanks.
Actually, you can in Audacity.
Referring from the manual, you can access it by Effect > Change Tempo.
Playback changes (rather than permanent changes to the track itself) can be accomplished quite easily using the command line MPlayer and the 'scaletempo' filter. Typical syntax is (halving the playback speed in this case):
From here playback speed can be adjusted during playback using the default '{' and '}' keys. This filter is unfortunately not available in the best gui for MPlayer: SMPlayer.
Permanent changes to a track's speed can be accomplished with the use of FFmpeg: using the 'setpts' video filter and the 'atempo' audio filter. The following syntax doubles both audio and video speed without altering pitch:
And increments are possible for both speeding up and slowing down a track...
References: