Ubuntu 16.04 Audacity 2.1.2
Forum rules
This forum is for Audacity on GNU/Linux.
Please state:
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.
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.
Ubuntu 16.04 Audacity 2.1.2
I'm facing this issue since fresh install off ubuntu. My mic work well everywhere (and headphones, speakers too), but not on audacity. (picrel)
http://i.imgur.com/xQTgkA8.png
And devices list...
==============================
Default recording device number: -1
Default playback device number: -1
No devices found
My audacity version is 2.1.2. It will be good if this can be fixed.
http://i.imgur.com/xQTgkA8.png
And devices list...
==============================
Default recording device number: -1
Default playback device number: -1
No devices found
My audacity version is 2.1.2. It will be good if this can be fixed.
Re: Ubuntu 16.04 Audacity 2.1.2
What mic / headphones / speakers do you have and how are they attached to the computer?dracconi wrote:My mic work well everywhere (and headphones, speakers too),
Have you tried rebooting the computer?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Ubuntu 16.04 Audacity 2.1.2
I'm using Samson Go Mic for USB and Audio Jack headphones. On Ubuntu 14.04 and windows worked fine.
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Ubuntu 16.04 Audacity 2.1.2
Have you installed PulseAudio Volume Control (pavucontrol)? Sometimes that helps.
Is some application or service taking exclusive control of the built-in sound card? If so then PulseAudio won't get access and Audacity won't see any devices through ALSA either.
Did you connect the USB mic before launching Audacity? Otherwise you have to use Transport > Rescan Audio Devices.
Gale
Is some application or service taking exclusive control of the built-in sound card? If so then PulseAudio won't get access and Audacity won't see any devices through ALSA either.
Did you connect the USB mic before launching Audacity? Otherwise you have to use Transport > Rescan Audio Devices.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: Ubuntu 16.04 Audacity 2.1.2
After installing pavucontrol nothing changed, same results. (do i have reboot?)
Re: Ubuntu 16.04 Audacity 2.1.2
Nothing changed... It gives me error when i want to record
Error while opening sound device. Please check the recording device settings and the project sample rate.
Error while opening sound device. Please check the recording device settings and the project sample rate.
Re: Ubuntu 16.04 Audacity 2.1.2
Open PulseAudio Volume Control and look in the "input Devices" and "Output Devices" tabs. Are any devices shown there?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Ubuntu 16.04 Audacity 2.1.2
@steve yes, like in ALSAMIXER
Re: Ubuntu 16.04 Audacity 2.1.2
@steve yes, my devices (in other apps mic works perfectly)
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Ubuntu 16.04 Audacity 2.1.2
You must connect the mic before launching Audacity, as we said.dracconi wrote:@steve yes, my devices (in other apps mic works perfectly)
Where did Audacity 2.1.2 come from?
Is this Ubuntu Studio?
This is only likely to be two problems - some other application or service has exclusive ownership of the audio device, as already stated, or there is some permission problem. It does not sound like a permission problem if other applications can use the sound device. Try shutting down those applications that can access the device.
Is pulse in the audio group? Type this in a terminal and hit ENTER on your computer keyboard:
Code: Select all
getent group audioGale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual