Does anyone else here use Audacity? I use it a ton to create recordings to help me learn French. I've been using version 2.0.3, the one that I got from the repository. I've been able to effectively edit the French recordings I've created from artificial voices. It's been working great for me except for the fact that the thing crashes. It hangs and I have to hit Ctrl+Esc and then end the process. Annoying. I've had flashbacks to the evil days of using Windows 9x.
I usually wait until something arrives in the repositories before I install a new version. I kept looking at both Muon Discover and the Synaptic Package Manager, only to be frustrated that version 2.0.3 of Audacity was still there. So finally I downloaded the new one here: http://audacity.sourceforge.net/. That's version 2.0.5. With any luck, maybe it's not so unstable. I extracted the files, and found one named "install.sh." Cool, obviously the install file. However, when I double click it, it pulls up the code in Kate. It doesn't install. I tried both with Dolphin and Konquerer (root). No luck installing. So I googled how to install the app from the command line and found this code (from here http://www.ubuntugeek.com/how-to-ins...ntu-ppa.html):
That worked. A newer version of Audacity now runs on my PC. However, when I pull up "about" Audacity from the help menu, I see this:
Uh oh, I didn't intend to install an alpha version. The point is to get a more stable version. Alpha makes me nervous. However, when I pull up Audacity's listing in Muon Discover and in the Synaptic Package Manager, my install is shown as version 2.0.5.
Questions:
1. Do I have version 2.0.5 or 2.0.6 alpha installed?
2. Is there a decent chance this one will be more stable than 2.0.3?
3. Why wouldn't the install.sh file install the version that I downloaded?
I can always try this out and see if I get the same crashes as before. I think I'll do that. If anyone else uses Audacity and found a way past its crash problems, I'm all ears.
I usually wait until something arrives in the repositories before I install a new version. I kept looking at both Muon Discover and the Synaptic Package Manager, only to be frustrated that version 2.0.3 of Audacity was still there. So finally I downloaded the new one here: http://audacity.sourceforge.net/. That's version 2.0.5. With any luck, maybe it's not so unstable. I extracted the files, and found one named "install.sh." Cool, obviously the install file. However, when I double click it, it pulls up the code in Kate. It doesn't install. I tried both with Dolphin and Konquerer (root). No luck installing. So I googled how to install the app from the command line and found this code (from here http://www.ubuntugeek.com/how-to-ins...ntu-ppa.html):
Code:
sudo add-apt-repository ppa:audacity-team/daily sudo apt-get update sudo apt-get install audacity
Audacity 2.0.6-alpha-Nov 22 2013
Questions:
1. Do I have version 2.0.5 or 2.0.6 alpha installed?
2. Is there a decent chance this one will be more stable than 2.0.3?
3. Why wouldn't the install.sh file install the version that I downloaded?
I can always try this out and see if I get the same crashes as before. I think I'll do that. If anyone else uses Audacity and found a way past its crash problems, I'm all ears.
Comment