Page 1 of 1

Audacity setup problem...line not open?

Posted: Sat Sep 19, 2015 12:34 am
by RAaudacity
I got audacity installed, but it won't record anything except through Pulse rear mic:0.

It won't record on Pulse: line:0 (with stuff playing) or any of the other selections available, just Pulse rear mic:0, as mentioned.

Are the lines closed in Ubuntu and have to be opened in Terminal, or is this something that needs to be changed in Audacity?

How do I fix this?

Thanks

Re: Audacity setup problem...line not open?

Posted: Sat Sep 19, 2015 12:46 am
by kozikowski
What's the goal? What are you trying to do?
Which version are you using?

Koz

Re: Audacity setup problem...line not open?

Posted: Sat Sep 19, 2015 12:53 am
by RAaudacity
kozikowski wrote:What's the goal? What are you trying to do?
Which version are you using?

Koz

I want to be able to record streaming material. It's v 2.0.5

Re: Audacity setup problem...line not open?

Posted: Sat Sep 19, 2015 11:09 am
by steve
Try the "PulseAudio" method described here: http://manual.audacityteam.org/o/man/tu ... linux.html

Re: Audacity setup problem...line not open?

Posted: Sun Sep 20, 2015 11:53 pm
by RAaudacity
>Try the "PulseAudio" method described here: http://manual.audacityteam.org/o/man/tu ... linux.html<

No luck.

Here's screenshot of the way Audacity and Gnome ALSA mixer is setup, and with which I can't get any streaming in for recording.
I've tried lots output / input combinations - none work for streaming audio.

See anything that is messed up and needs changing?

http://picpaste.com/Screenshot-konzUQTB.png

Re: Audacity setup problem...line not open?

Posted: Mon Sep 21, 2015 1:12 am
by RAaudacity
I may have solved the problem. The "PulseAudio Volume Control" that I got during a download didn't look like what is pictured in the tutorial you linked - there was no access to the tabs shown.

Just now I uninstalled what I had, re-installed, and got a "PulseAudio Volume Control" that looked like what's in the tutorial.
I changed to "analog stereo output" in the config tab, and started getting recordable input in Audacity.

Thanks

Re: Audacity setup problem...line not open?

Posted: Mon Sep 21, 2015 7:13 pm
by Gale Andrews
RAaudacity wrote:I may have solved the problem. The "PulseAudio Volume Control" that I got during a download didn't look like what is pictured in the tutorial you linked - there was no access to the tabs shown.

Just now I uninstalled what I had, re-installed, and got a "PulseAudio Volume Control" that looked like what's in the tutorial.
The best way to be sure of getting a compatible version of PulseAudio Volume Control for your system is usually to enter the following in a terminal:

Code: Select all

sudo apt-get install pavucontrol
Gale