How to record system audio on Linux

One of the most interesting, Linux is an incredibly viable 'candidate' as a creative workstation. For example, for audio creation, there are some great standard tools available to users, like Audacity and Ardor. Overall, this is a powerful and flexible system. This tutorial shows you how to record audio in Linux, both from microphone and system, using Audacity and PulseAudio.

Install Audacity

Audacity is available in a lot of distributions. It is usually available in the main archives.

For Ubuntu / Ubuntu / Ubuntu-based distributions:

sudo apt install audacity

For Fedora:

sudo dnf install audacity

For OpenSuse:

sudo zypper install audacity

For Arch Linux:

sudo pacman -S install audacity

If you like Snaps or Flatpaks, both are available.

flatpak install flathub org.audacityteam.Audacity

Or:

sudo snap install audacity

Install PulseAudio Volume Control

This is the app you'll use to record audio from the system. It's a great way to collect audio from videos, songs, or other media for later use. If you've ever wondered how people get high-quality sound samples, here's one way to do it.

PulseAudio Volume Control is available in most large archives. You will use the same commands as above to install it.

For Ubuntu / Ubuntu / Ubuntu-based distributions:

sudo apt install pavucontrol

For Fedora:

sudo dnf install pavucontrol

For OpenSuse:

sudo zypper install pavucontrol

For Arch Linux:

sudo pacman -S install pavucontrol

PulseAudio Volume Control is also available as Flatpak but not as Snap.

flatpak install org.pulseaudio.pavucontrol

Record audio from microphone

Once you've plugged in the microphone into the system, open Audacity. It will automatically find the hardware and open it for recording.

How to record system audio on Linux Picture 1

Just click the big red record button. Everything is as simple as that! Audacity is a simple tool to use, so it's hard to make mistakes.

How to record system audio on Linux Picture 2

Record audio from the system

This is a bit more complicated. Press the record button, just like above. This will start recording from the microphone. Once you've recorded it, open PulseAudio Volume Control and navigate to the 'Recording' tab .

How to record system audio on Linux Picture 3

Click the drop-down menu that says: 'ALSA plug-in [audacity]… from' .

Select the option that says: 'Monitor of Built-In Analog Stereo' . This will track the information the application is sending to PulseAudio and record that information instead of the sound coming from the microphone.

From there, go ahead and play whatever sound you want, and you'll see that sound show up in Audacity as it plays. You can stop recording and process whatever audio you're recording, just like any other audio input into Audacity.

How to record system audio on Linux Picture 4

Hope you learned a few useful things about Audacity and PulseAudio Volume Control. Now you know how to record your system sounds in Linux!

5 ★ | 1 Vote

May be interested

  • How to install Deepin desktop environment on UbuntuPhoto of How to install Deepin desktop environment on Ubuntu
    so far, deepin has the most beautiful desktop environment. it is probably one of the nicest and most user-friendly of the linux desktop distributions.
  • How to change screen resolution in UbuntuPhoto of How to change screen resolution in Ubuntu
    if your screen is too big or too small, you can try setting the resolution manually. let's take a look at how you can change the resolution in ubuntu through the following article!
  • Is Linux the operating system or the kernel?Photo of Is Linux the operating system or the kernel?
    one of the questions you will probably find on most tech forums is whether linux is the operating system or the kernel. even for some proficient linux users, this question can be relatively difficult to answer.
  • How to Install Gradle on Debian 10Photo of How to Install Gradle on Debian 10
    gradle is a popular build tool primarily designed for software development in java. in this article, we will guide you through the steps you need to take to install gradle on debian 10.
  • How to access Linux Ext4 partition from WindowsPhoto of How to access Linux Ext4 partition from Windows
    if you dual boot windows and linux, you will find it helpful to be able to access the files on your linux system's ext4 partition while you're using windows. there are several ways that users can access ext4 partitions from windows.
  • What is Linux Hosting?Photo of What is Linux Hosting?
    linux hosting is where the web hosting process occurs with the use of a linux based server. without hosting, a website cannot be present on the internet.