Had Audio-Recorder working in earlier versions. Installed Ubuntu 18.04 and installed Audio-Recorder. There is no audio being recorded. Both "Built-in Audio Analogue Stereo (Audio Output)" or "System's default device" sources tried with same result. The level indicator at the top of the window also shows nothing. Can't find anything relevant with a Google search. Any advise please. Thanks Tony
2 Answers
I have exactly the same problem in ubuntu 18.04.4 in my Dell optiplex 790 desktop as you described. I solved this problem by doing following steps in Terminal:
Install PulseAudio Volume Control: sudo apt install pavucontrol
Install Audio Recorder: sudo add-apt-repository ppa:audio-recorder/ppa sudo apt update && sudo apt install audio-recorder
Open Audio Recorder choose the source (I choose Rhythmbox), and Format you want to save the file (I choose .mp3). and Start recording.
Open PulseAudio Volume Control, to make sure the following choices: Playback Tag -> system Sounds not mute, Out put Devices Tag -> Port (Line Out), Configuration -> Profile (Digital Stereo (HDMI) Output + Analog Stereo Input)
By now, you may not hear anything from your speaker, but sound from Rhythmbox are successfully recorded to the file. You may double check the file by replay with the change of Profile back to Analog Stereo Duplex/Output.
- 21
You can follow this other answer https://askubuntu.com/a/229365/294611
It is written for Audacity, but will work for Audio Recorder also. If you need more clarification please let me know.
- 8,192