Adjusting scroll speed?

Help for Audacity on Windows.
Forum rules
ImageThis forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".


Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at 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.
Post Reply
brian0918
Posts: 12
Joined: Tue May 07, 2019 1:33 pm
Operating System: Windows 7

Adjusting scroll speed?

Post by brian0918 » Thu Mar 19, 2020 11:45 am

I have hours of recordings to scroll through in spectrogram mode to watch for quick sounds (less than a second). Currently I am just zooming in so that about 8 seconds of audio is displayed, and then hitting the pagedown key to scroll through. Is there another way to do this that doesn't involved hitting the key 3000+ times per recording? If I hold the key down, it scrolls by way too fast.

waxcylinder
Forum Staff
Posts: 14684
Joined: Tue Jul 31, 2007 11:03 am
Operating System: Windows 10

Re: Adjusting scroll speed?

Post by waxcylinder » Thu Mar 19, 2020 12:46 pm

Try the Play-at-Speed Toolbar (which now adjusts speed dynamically during playback).

See: https://manual.audacityteam.org/man/pla ... olbar.html

WC
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *

brian0918
Posts: 12
Joined: Tue May 07, 2019 1:33 pm
Operating System: Windows 7

Re: Adjusting scroll speed?

Post by brian0918 » Thu Mar 19, 2020 12:58 pm

Thanks, I did look at that feature, but it only goes up to 3x, which isn't fast enough. I don't actually need to hear the audio, just look at the spectrogram.

I did figure out that I can use another program AutoHotKey with a script to press the pagedown key for me about 5 times per second (see below). I just press F12 to start scrolling, then F12 again to stop scrolling.

The ideal would be if the display would smoothly scroll to the right, rather than jump from one section to the next. Is that possible?
#MaxThreadsPerHotkey 2
F12::
toggle:=!toggle
While toggle{
Send {PgDn}
Sleep 250
}
Return

steve
Site Admin
Posts: 81609
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Adjusting scroll speed?

Post by steve » Thu Mar 19, 2020 1:44 pm

brian0918 wrote:
Thu Mar 19, 2020 11:45 am
I have hours of recordings to scroll through in spectrogram mode to watch for quick sounds (less than a second).
What is the purpose of this? What is the recording?
(The reason that this matters is that there are ways to get fast playback, but they may modify the sound in some way. Without knowing what you are doing, I can't know if any of the possible solutions will be suitable)
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Jebbers
Posts: 340
Joined: Thu Oct 18, 2018 3:12 pm
Operating System: Linux Mint

Re: Adjusting scroll speed?

Post by Jebbers » Thu Mar 19, 2020 11:32 pm

Hi Steve. Is there any way to slow the scrolling down to really slow, slow enough to pinpoint the location of a bit of noise in the track?

steve
Site Admin
Posts: 81609
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Adjusting scroll speed?

Post by steve » Fri Mar 20, 2020 1:10 pm

If you have a mouse with a mouse wheel, then you can start "scrubbing" playback, and rotate the mouse wheel to change the play speed. The slowest supported speed is x0.01 (100 times slower). https://manual.audacityteam.org/man/scr ... eking.html
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Jebbers
Posts: 340
Joined: Thu Oct 18, 2018 3:12 pm
Operating System: Linux Mint

Re: Adjusting scroll speed?

Post by Jebbers » Fri Mar 20, 2020 9:48 pm

No way to do that with touch pad only?

Jebbers
Posts: 340
Joined: Thu Oct 18, 2018 3:12 pm
Operating System: Linux Mint

Re: Adjusting scroll speed?

Post by Jebbers » Sat Mar 21, 2020 3:26 pm

OK. I'm starting to get the hang of it. I can do it with the touch pad. WOOT!

Post Reply