个人工具

“UbuntuHelp:Audacity”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第3行: 第3行:
 
Audacity is a free, open source application for recording and editing audio. For more information, see the [http://audacity.sourceforge.net/ Audacity project home page].
 
Audacity is a free, open source application for recording and editing audio. For more information, see the [http://audacity.sourceforge.net/ Audacity project home page].
 
== Installing Audacity ==
 
== Installing Audacity ==
Audacity is not installed by default in Ubuntu. To start using Audacity, install the package <code><nowiki>audacity</nowiki></code> from the <code><nowiki>Universe</nowiki></code> software channel. For more information on installing packages, see InstallingSoftware.
+
Audacity is not installed by default in Ubuntu. To start using Audacity, install the package <code><nowiki>audacity</nowiki></code> from the <code><nowiki>Universe</nowiki></code> software channel. For more information on installing packages, see [[UbuntuHelp:InstallingSoftware]].
 
Once installed, click ''Applications -> Sound & Video -> Audacity'' to start Audacity.
 
Once installed, click ''Applications -> Sound & Video -> Audacity'' to start Audacity.
 
== Troubleshooting ==
 
== Troubleshooting ==
第17行: 第17行:
 
</nowiki></pre>
 
</nowiki></pre>
 
This will run Audacity through the ALSA sound wrapper, instead of Audacity's default, OSS. For more information, see [[UbuntuHelp:alsa-oss|alsa-oss]].
 
This will run Audacity through the ALSA sound wrapper, instead of Audacity's default, OSS. For more information, see [[UbuntuHelp:alsa-oss|alsa-oss]].
== Locating libmp3lame.so When Exporting MP3 Files ==
+
== Locating libmp3lame.so When Exporting [[UbuntuHelp:MP3]] Files ==
By default, the library libmp3lame.so is not installed in Ubuntu. To install this library, install the package <code><nowiki>liblame-dev</nowiki></code> from the <code><nowiki>Multiverse</nowiki></code> software channel. (For more information on installing packages, see InstallingSoftware.)
+
By default, the library libmp3lame.so is not installed in Ubuntu. To install this library, install the package <code><nowiki>liblame-dev</nowiki></code> from the <code><nowiki>Multiverse</nowiki></code> software channel. (For more information on installing packages, see [[UbuntuHelp:InstallingSoftware]].)
When Audacity asks you to locate libmp3lame.so, you will be able to locate it in <code><nowiki>/usr/lib</nowiki></code> and export MP3 files.
+
When Audacity asks you to locate libmp3lame.so, you will be able to locate it in <code><nowiki>/usr/lib</nowiki></code> and export [[UbuntuHelp:MP3]] files.
 
== Installing the Audacity Beta Version ==
 
== Installing the Audacity Beta Version ==
This article pertains to the stable releases of Audacity. If you'd like to install the beta version of Audacity, see InstallingAudacityBeta.
+
This article pertains to the stable releases of Audacity. If you'd like to install the beta version of Audacity, see [[UbuntuHelp:InstallingAudacityBeta]].
 
----  
 
----  
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年12月4日 (二) 09:50的版本


Audacity is a free, open source application for recording and editing audio. For more information, see the Audacity project home page.

Installing Audacity

Audacity is not installed by default in Ubuntu. To start using Audacity, install the package audacity from the Universe software channel. For more information on installing packages, see UbuntuHelp:InstallingSoftware. Once installed, click Applications -> Sound & Video -> Audacity to start Audacity.

Troubleshooting

After installation, you may receive the error message "Error Initializing Audio" with the explanation "There was an error initializing the audio i/o layer. You will not be able to play or record audio. Error: Host error." To start Audacity without this error, press the Alt + F2 keys on your keyboard and type the following into the box which appears:

gksudo audacity

If Audacity now starts without the error message, you can alter its menu entry with the new command by using the Alacarte Menu Editor. To start Alacarte, select Applications -> Accessories -> Alacarte Menu Editor. If this method does not work, you can alternatively press the Alt + F2 keys on your keyboard and type:

aoss audacity

This will run Audacity through the ALSA sound wrapper, instead of Audacity's default, OSS. For more information, see alsa-oss.

Locating libmp3lame.so When Exporting UbuntuHelp:MP3 Files

By default, the library libmp3lame.so is not installed in Ubuntu. To install this library, install the package liblame-dev from the Multiverse software channel. (For more information on installing packages, see UbuntuHelp:InstallingSoftware.) When Audacity asks you to locate libmp3lame.so, you will be able to locate it in /usr/lib and export UbuntuHelp:MP3 files.

Installing the Audacity Beta Version

This article pertains to the stable releases of Audacity. If you'd like to install the beta version of Audacity, see UbuntuHelp:InstallingAudacityBeta.