Missing Change Tempo and Change Pitch

This section is now closed.
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.x.x package for your distribution or compile Audacity from the source code.
Locked
pizzapie
Posts: 3
Joined: Thu Mar 04, 2010 12:10 am
Operating System: Please select

Missing Change Tempo and Change Pitch

Post by pizzapie » Thu Mar 04, 2010 1:14 am

I recently compiled Audacity 1.3.11, but Change Tempo and Change Pitch are missing. I have libsoundtouch1c2, libsoundtouch1-dev, and soundstretch installed.

steve
Site Admin
Posts: 81609
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Missing Change Tempo and Change Pitch

Post by steve » Thu Mar 04, 2010 1:41 am

I just ran:

Code: Select all

 sudo apt-get build-dep audacity 
./configure
make
make install
and it went through and built cleanly. (Ubuntu 9.10 with ALSA sound system)
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

pizzapie
Posts: 3
Joined: Thu Mar 04, 2010 12:10 am
Operating System: Please select

Re: Missing Change Tempo and Change Pitch

Post by pizzapie » Thu Mar 04, 2010 2:03 am

Already did a build-dep before compiling. Didn't work.

steve
Site Admin
Posts: 81609
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Missing Change Tempo and Change Pitch

Post by steve » Thu Mar 04, 2010 4:56 pm

The last build that I did was on a "virgin" install of "Ubuntu minimal" with not much more than ALSA and LXDE desktop added. I used the commands listed in my last post and the Audacity 1.3.12 RC1 minimal tarball which is available here: http://code.google.com/p/audacity/downl ... nloadCount
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

jox58
Posts: 3
Joined: Tue Oct 05, 2010 1:29 am
Operating System: Please select

Re: Missing Change Tempo and Change Pitch

Post by jox58 » Tue Oct 05, 2010 2:31 am

I am using Audacity 1.3.13 beta on an AMD64 Fedora 13 and the Change Pitch and Change Tempo Effects are missing. The Fedora repositories only offer beta versions.

The solutions mentioned so far appear to be hit or miss. Unfortunately I only realized this midway into an extensive project. This issue seems to have been brought up and recurring for several years. Has anyone found a definitive reason and fix for this?

BTW. IT tried the Audacity-Freeworld version because it was supposed to solve the problem where MP3 files could not be imported. That version didn't solved that nor none of these problems on my system.

steve
Site Admin
Posts: 81609
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Missing Change Tempo and Change Pitch

Post by steve » Tue Oct 05, 2010 8:30 pm

The solution is having a compatible version of libsoundtouch and soundstretch installed. These are the libraries that Audacity uses to perform time stretching.

I've not actually come across this problem in quite a while as other distributions that had the problem appear to fixed it. Assuming that Fedora is your distribution of choice you may want to bring it to their attention that their build of Audacity is missing these effects.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

jox58
Posts: 3
Joined: Tue Oct 05, 2010 1:29 am
Operating System: Please select

Re: Missing Change Tempo and Change Pitch

Post by jox58 » Wed Oct 06, 2010 1:36 am

Thanks for your reply. I will let you know if any of your suggestions work for me.

jox58
Posts: 3
Joined: Tue Oct 05, 2010 1:29 am
Operating System: Please select

Re: Missing Change Tempo and Change Pitch

Post by jox58 » Wed Oct 06, 2010 3:37 am

I found soundtouch and soundstretch was installed on my system. I can only assume that the Fedora builds were incomplete. I did a build from full source and now everything is functional.

Thanks for your time.

Locked