Difference between revisions of "Audacity"

From TMB Wiki
Jump to: navigation, search
(added LAME extra setting usage info)
 
Line 18: Line 18:
 
  C:\Path\To\Lame\lame.exe - -V 0 --lowpass 16 "%f"
 
  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==

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