Page 2 of 2

Re: Freeze when hitting the play/ pause / stop button

Posted: Sat Jul 26, 2014 7:02 pm
by Mowhawk
Gale Andrews wrote: It's a problem between pulseaudio and Audacity.

Please try the same solution which is already written in this topic. ;)

Exit Audacity, open a Terminal, type the following:

Code: Select all

env PULSE_LATENCY_MSEC=30 audacity
hit ENTER on your keyboard then Audacity will launch.

Alternatively, choose the (hw) playback device or dmix in Device Toolbar .


Gale
Sorry, I didn't see this solution, because there was so much talk about multiple programs using the soundcard, which wasn't happening in my case, So I didn't pay attention.

Linux is so frustrating sometimes. I've been using Audacity for years with different version of Ubuntu, and it decides to break with a new version.

Anyway, I tried the HW playback device option and it works. :D Thanks you very much!

Re: Freeze when hitting the play/ pause / stop button

Posted: Sun Jul 27, 2014 5:31 am
by steve
Mowhawk wrote:I've been using Audacity for years with different version of Ubuntu, and it decides to break with a new version.
As a general point, Ubuntu is an early adopter of new technology and new versions. The plus side is that Ubuntu users get to be among the first to try out the latest and greatest software. The downside is that breakages are more frequent as new software is exposed for the first time to millions of users. Some other distributions (notably "Debian Stable") update applications more slowly, so by the time it reaches the end user it is thoroughly tested. The plus side of this approach is a stable system and breakages are rare. The downside is that applications may be a few versions behind the latest release versions. Mint is a very popular distribution based on Ubuntu. Because Mint lags a short way behind Ubuntu, main bugs and breakages are caught by the Ubuntu team before they reach the Mint releases. One of the benefits of using Linux is that you are free to choose a distribution that suits your tastes and needs.

Re: Freeze when hitting the play/ pause / stop button

Posted: Mon Apr 27, 2015 4:03 am
by davpeterson
i had though the "dmix" setting had solved the freezing problem, and it seemed to for a little while, but then Audacity froze up while hitting play/stop (using the spacebar), i'm running linux mint 17, audacity 2.0.5, 16gb of RAM, 100s of gb's of harddrive space.
argh.

Re: Freeze when hitting the play/ pause / stop button

Posted: Mon Apr 27, 2015 11:51 am
by steve
davpeterson wrote:i had though the "dmix" setting had solved the freezing problem, and it seemed to for a little while, but then Audacity froze up while hitting play/stop (using the spacebar), i'm running linux mint 17, audacity 2.0.5, 16gb of RAM, 100s of gb's of harddrive space.
argh.
See this post from earlier in this topic: http://forum.audacityteam.org/viewtopic ... 98#p249498

Re: Grayed-out input/mic control

Posted: Thu Jan 04, 2018 10:43 pm
by Audaciouslee
Hi, Guys,

Hardware: Thinkpad P51
OS: Ubuntu GNOME 16.04

I tried the suggested "fix" for this by using Terminal with this command:

~$ env PULSE_LATENCY_MSEC=30 audacity

Problem didn't resolve, but I got the following list of messages, that I hope will be helpful:

ALSA lib pcm_dmix.c:1029:(snd_pcm_dmix_open) unable to open slave
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm_route.c:867:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_dmix.c:1029:(snd_pcm_dmix_open) unable to open slave
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for 4294967295, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for 4294967295, skipping unlock
Expression 'stream->playback.pcm' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 4611
Expression 'stream->playback.pcm' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 4611
Expression 'stream->playback.pcm' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 4611
Expression 'stream->playback.pcm' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 4611
14:32:47: Debug: Unknown accel modifier: 'left'
14:32:47: Debug: Unknown accel modifier: 'click/left'
14:32:47: Debug: Unrecognized accel key 'drag', accel string ignored.
14:32:47: Debug: Unknown accel modifier: 'left'
14:32:47: Debug: Unrecognized accel key 'click', accel string ignored.
14:32:47: Debug: Unknown accel modifier: 'right'
14:32:47: Debug: Unrecognized accel key 'click', accel string ignored.
14:32:47: Debug: Unknown accel modifier: 'left'
14:32:47: Debug: Unknown accel modifier: 'click/left'
14:32:47: Debug: Unrecognized accel key 'drag', accel string ignored.
14:32:47: Debug: Unknown accel modifier: 'left'
14:32:47: Debug: Unrecognized accel key 'click', accel string ignored.
14:32:47: Debug: Unknown accel modifier: 'right'
14:32:47: Debug: Unrecognized accel key 'click', accel string ignored.

I'm a linux newbie / recent Windoze convert, and hoping for some help with this.

Thanks very much!