Help for Audacity on GNU/Linux.
Forum rules
This forum is for Audacity on GNU/Linux.
Please state:
- which version of Linux you are using,
- the exact three-section version number of Audacity from Help menu > About Audacity,
- whether you installed your distribution's release, PPA version, or compiled Audacity from source code.
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see
https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the
1.2.x and
1.3.x forums.
-
FlatAssembler
- Posts: 17
- Joined: Fri Nov 01, 2019 5:32 pm
- Operating System: Linux Debian
Post
by FlatAssembler » Mon Nov 04, 2019 4:04 am
Here is what I get if I type "sudo yum install pulseaudio":
Code: Select all
[sudo] password for teo.samarzija:
Failed to set locale, defaulting to C
Loaded plugins: langpacks, ulninfo
Package pulseaudio-10.0-5.el7.x86_64 already installed and latest version
Nothing to do
-
steve
- Site Admin
- Posts: 81609
- Joined: Sat Dec 01, 2007 11:43 am
- Operating System: Linux *buntu
Post
by steve » Mon Nov 04, 2019 9:43 am
That's curious. You have PulseAudio installed, but it's not available to Audacity.
Are you able to open Pulse Audio Volume Control from the command line (without using su or sudo)
-
FlatAssembler
- Posts: 17
- Joined: Fri Nov 01, 2019 5:32 pm
- Operating System: Linux Debian
Post
by FlatAssembler » Mon Nov 04, 2019 1:53 pm
steve wrote: ↑Mon Nov 04, 2019 9:43 am
That's curious. You have PulseAudio installed, but it's not available to Audacity.
Are you able to open Pulse Audio Volume Control from the command line (without using su or sudo)
Code: Select all
bash: pavucontrol: command not found...
-
steve
- Site Admin
- Posts: 81609
- Joined: Sat Dec 01, 2007 11:43 am
- Operating System: Linux *buntu
Post
by steve » Mon Nov 04, 2019 1:56 pm
Try installing pavucontrol (it is recommended for audio work on Linux).
-
FlatAssembler
- Posts: 17
- Joined: Fri Nov 01, 2019 5:32 pm
- Operating System: Linux Debian
Post
by FlatAssembler » Mon Nov 04, 2019 4:07 pm
steve wrote: ↑Mon Nov 04, 2019 1:56 pm
Try installing pavucontrol (it is recommended for audio work on Linux).
OK, thanks, now that I've installed it, Audacity can record sound from my microphone.
-
steve
- Site Admin
- Posts: 81609
- Joined: Sat Dec 01, 2007 11:43 am
- Operating System: Linux *buntu
Post
by steve » Tue Nov 05, 2019 7:50 am
FlatAssembler wrote: ↑Mon Nov 04, 2019 4:07 pm
OK, thanks, now that I've installed it, Audacity can record sound from my microphone.
That's good.
Did you manage to get FFmpeg working?
-
FlatAssembler
- Posts: 17
- Joined: Fri Nov 01, 2019 5:32 pm
- Operating System: Linux Debian
Post
by FlatAssembler » Tue Nov 05, 2019 9:37 am
steve wrote: ↑Tue Nov 05, 2019 7:50 am
FlatAssembler wrote: ↑Mon Nov 04, 2019 4:07 pm
OK, thanks, now that I've installed it, Audacity can record sound from my microphone.
That's good.
Did you manage to get FFmpeg working?
I'll try it when I find the time. I am studying electrical engineering and computer science at the FERIT University in Osijek and it's rather demanding.
Like I've said, I've compiled FFmpeg from source and it works when it's invoked directly. So, if I need it, I can use it directly, I don't need to do it through Audacity.