How to make Audacity work with ALSA: Difference between revisions

From www.ReeltoReel.nl Wiki
Jump to navigation Jump to search
(New page: How to make Audacity work with ALSA If you want to work with the audio editing software Audacity, and you get an error starting Audacity, you can try the following: start audacity with...)
 
No edit summary
Line 6: Line 6:
  >aoss audacity
  >aoss audacity
This will start audacity with the alsa osscompatibility layer.
This will start audacity with the alsa osscompatibility layer.
==How to make MP3 support working==
sudo ln -s /usr/lib/libmp3lame.so.0 /usr/lib/libmp3lame.so

Revision as of 19:52, 25 February 2008

How to make Audacity work with ALSA

If you want to work with the audio editing software Audacity, and you get an error starting Audacity, you can try the following:

start audacity with the following command:

>aoss audacity

This will start audacity with the alsa osscompatibility layer.

How to make MP3 support working

sudo ln -s /usr/lib/libmp3lame.so.0 /usr/lib/libmp3lame.so