While there are many ways to record audio from the microphone over the command line, is there such a software which has a GUI, and has a simple interface?
I am looking for something that has a record button, and allows the user to configure which microphone to record from.
What I have found so far:
- This answer mentions a PPA, which does not support recent versions of Ubuntu
- VLC can record audio, but it requires one to go through a lot of steps before the recording can be started. I am looking for something that does not have additional features apart from recording audio.
gnome-sound-recorder
does not have an option to choose the microphone.- This question is about Audacity, but audacity is also a complicated software with many more features. I am searching for a simple audio recorder with a record button, like the Windows voice recorder.
Also, it would be nice to see what GTK and Qt apps are available for doing this.
simplescreenrecorder
allows changing source as well. However, I could not figure out how to only record the audio without recording the screen – Archisman Panigrahi Nov 02 '20 at 14:38gnome-sound-recorder
will use what you set there. – raj Nov 02 '20 at 16:52