Difference between revisions of "Audacity"

From TMB Wiki
Jump to: navigation, search
m
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
* Cut, copy, splice, and mix sounds together.
 
* Cut, copy, splice, and mix sounds together.
 
* Change the [http://manual.audacityteam.org/index.php?title=Effect_Menu#List_of_Built-in_Effects speed or pitch] of a recording.
 
* Change the [http://manual.audacityteam.org/index.php?title=Effect_Menu#List_of_Built-in_Effects speed or pitch] of a recording.
 +
 +
==Use LAME==
 +
 +
Exporting audio as an [[MP3]] is easy to do in Audacity and uses [[LAME]] as the in-built encoder. If you want to make use of extra LAME settings, such as the [https://wiki.themixingbowl.org/LAME#lowpass_Advanced_Setting_for_FM_.26_Satellite_recordings lowpass] setting, then you'll need to do the following:
 +
 +
''File > Export > Save as type: (external program)''
 +
 +
Then in the ''Format Options > Command:'' field enter:
 +
 +
C:\Path\To\Lame\lame.exe - -V 0 --lowpass 16 "%f"
 +
 +
'''Be sure to change the "C:\Path\To\Lame\" to where the lame.exe is actually located on your computer.'''
  
 
==External Links==
 
==External Links==
  
*[http://audacity.sourceforge.net/ Audacity Homepage]
+
*[https://www.audacityteam.org/ Audacity Homepage]
 
*[http://wiki.audacityteam.org/wiki/Audacity_Wiki_Home_Page Audacity Wiki]
 
*[http://wiki.audacityteam.org/wiki/Audacity_Wiki_Home_Page Audacity Wiki]
  
  
 
[[category:Audio Tools]]
 
[[category:Audio Tools]]

Latest revision as of 17:48, 21 April 2021

Audacity is a free, easy-to-use, cross-platform audio editor and recorder for Windows, Mac OS X, GNU/Linux, and other operating systems.

You can use Audacity to:

Use LAME

Exporting audio as an MP3 is easy to do in Audacity and uses LAME as the in-built encoder. If you want to make use of extra LAME settings, such as the lowpass setting, then you'll need to do the following:

File > Export > Save as type: (external program)

Then in the Format Options > Command: field enter:

C:\Path\To\Lame\lame.exe - -V 0 --lowpass 16 "%f"

Be sure to change the "C:\Path\To\Lame\" to where the lame.exe is actually located on your computer.

External Links