How to make Audacity work with ALSA: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
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. | ||
or | |||
try selecting in Preferences ALSA Default as the sound device | |||
==How to make MP3 support working== | ==How to make MP3 support working== | ||
sudo ln -s /usr/lib/libmp3lame.so.0 /usr/lib/libmp3lame.so | sudo ln -s /usr/lib/libmp3lame.so.0 /usr/lib/libmp3lame.so |
Latest revision as of 19:54, 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.
or
try selecting in Preferences ALSA Default as the sound device
How to make MP3 support working
sudo ln -s /usr/lib/libmp3lame.so.0 /usr/lib/libmp3lame.so