Audacity playback at 5x speed
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.
-
RAaudacity
- Posts: 44
- Joined: Fri Sep 18, 2015 11:31 pm
- Operating System: Please select
Audacity playback at 5x speed
I'm using audacity 2.1.2 with Ubuntu 15.10. I installed Audacity from a ppa, today.
It records streaming audio properly but the playback is about 5X the proper speed. I had the same problem with the prior version of audacity in Software Center, so I updated to this 2.1.2 version. Oddly, the prior version always played at a high speed - this version does too, but sometimes it will revert in the middle of a playback to the correct speed. I haven't messed with any of the settings on Audacity - it's running just as it installed.
How do I fix this?
It records streaming audio properly but the playback is about 5X the proper speed. I had the same problem with the prior version of audacity in Software Center, so I updated to this 2.1.2 version. Oddly, the prior version always played at a high speed - this version does too, but sometimes it will revert in the middle of a playback to the correct speed. I haven't messed with any of the settings on Audacity - it's running just as it installed.
How do I fix this?
Re: Audacity playback at 5x speed
Is the pitch also very high (like playing a tape too fast) or is it just fast but at normal pitch?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
RAaudacity
- Posts: 44
- Joined: Fri Sep 18, 2015 11:31 pm
- Operating System: Please select
Re: Audacity playback at 5x speed
Kind of high pitch, but not a screech sound. If the recorded material is exported and played on VLC, it plays as a normal recording.steve wrote:Is the pitch also very high (like playing a tape too fast) or is it just fast but at normal pitch?
Re: Audacity playback at 5x speed
OK, so it's just a playback rate problem.
What is set as the "playback device" in the device toolbar and what other options are there?
What is set as the "playback device" in the device toolbar and what other options are there?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
RAaudacity
- Posts: 44
- Joined: Fri Sep 18, 2015 11:31 pm
- Operating System: Please select
Re: Audacity playback at 5x speed
Playback has 7 options:steve wrote:OK, so it's just a playback rate problem.
What is set as the "playback device" in the device toolbar and what other options are there?
4 of them refer to HDA Nvidia (vid card sound) which run at apparently correct speed, but don't result in sound coming through.
1 of them is a USB sound card I use for the mic, which runs at apparently correct speed, but no sound comes through.
1 of them is Pulse, which plays at 5x, and does feed sound.
1 of them is Default, which plays at 5x, and does feed sound.
Mostly, Pulse runs at 5x, sometimes in the middle of a playback it will change to correct speed.
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Audacity playback at 5x speed
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: Audacity playback at 5x speed
Where does it feed sound to? Where does the sound come out?RAaudacity wrote:1 of them is Pulse, which plays at 5x, and does feed sound.
"Pulse" is the default, so that's just the same output as selecting "Pulse".RAaudacity wrote:1 of them is Default, which plays at 5x, and does feed sound
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
RAaudacity
- Posts: 44
- Joined: Fri Sep 18, 2015 11:31 pm
- Operating System: Please select
Re: Audacity playback at 5x speed
I'm using v 2.1.2.
Here's what I tried in changing /usr/share/applications/audacity.desktop :
was: Exec=env UBUNTU_MENUPROXY=0 audacity %F
changed to: Exec=env UBUNTU_MENUPROXY=0 PULSE_LATENCY_MSEC=30 audacity %F
With the change, playback doesn't run at 5x, it just quickly stops dead.
Below is the whole file:
[Desktop Entry]
Name=Audacity
Name[de]=Audacity
Name[ru]=Audacity
Name[uk]=Audacity
GenericName=Sound Editor
GenericName[de]=Audio-Editor
GenericName[ru]=Редактор звуковых файлов
GenericName[uk]=Редактор звукових файлів
Comment=Record and edit audio files
Comment[de]=Audio-Dateien aufnehmen und bearbeiten
Comment[ru]=Запись и редактирование звуковых файлов
Comment[uk]=Запис і редагування звукових файлів
Icon=audacity
Type=Application
Categories=AudioVideo;Audio;AudioVideoEditing;
Exec=env UBUNTU_MENUPROXY=0 PULSE_LATENCY_MSEC=30 audacity %F
StartupNotify=false
Terminal=false
MimeType=application/x-audacity-project;audio/aac;audio/ac3;audio/mp4;audio/x-m$
-
RAaudacity
- Posts: 44
- Joined: Fri Sep 18, 2015 11:31 pm
- Operating System: Please select
Re: Audacity playback at 5x speed
Good to know, but then why does Default show up as an option in the Audacity playback menu along w/ Pulse?steve wrote:>Where does it feed sound to? Where does the sound come out?<RAaudacity wrote:1 of them is Pulse, which plays at 5x, and does feed sound.
Well, it comes out of my speakers. If it wasn't running at 5x, I assume it would sound fine.
<"Pulse" is the default, so that's just the same output as selecting "Pulse">RAaudacity wrote:1 of them is Default, which plays at 5x, and does feed sound
Re: Audacity playback at 5x speed
Let me rephrase my comment:RAaudacity wrote:Good to know, but then why does Default show up as an option in the Audacity playback menu along w/ Pulse?
On a standard Ubuntu installation, the default playback device is PulseAudio. On other systems it may be different.
and how are the speakers connected to the computer?RAaudacity wrote:Well, it comes out of my speakerssteve wrote:Where does it feed sound to? Where does the sound come out?
I'm trying to work out if Pulse is using the HDA Nvidia device, the USB device, or something else.
Do you have PulseAudio Volume Control (pavucontrol) installed?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)