Slow down sound preview

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
GUIguy
Posts: 131
Joined: 03 Jan 2016 02:11
Location: Oregon, USA Win 10-64;a 25H2; scale: 100%;XY: 28.10.01000

Slow down sound preview

Post by GUIguy »

Is there a way to slow down the preview of a sound file? Or do I have to load it directly into VLC to do that?
GUIguy
Win 11-64; 25H2 (scale: 100%); XY: 28.30.06000

I measure a good day by how little I fell behind

Quick, hire a teenager while they still know everything!

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Slow down sound preview

Post by bdeshi »

No, XYplorer can only play back a media file at 100% speed - or whatever the associated preview handler returns.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

GUIguy
Posts: 131
Joined: 03 Jan 2016 02:11
Location: Oregon, USA Win 10-64;a 25H2; scale: 100%;XY: 28.10.01000

Re: Slow down sound preview

Post by GUIguy »

VLC is my default audio program. Is XY calling it to preview the file? If so, if I change a setting in VLC, can I play I file back slower? I know this is really a question about VLC, but it's also a question about the integration of XY and VLC. Thanks for the quick reply.
GUIguy
Win 11-64; 25H2 (scale: 100%); XY: 28.30.06000

I measure a good day by how little I fell behind

Quick, hire a teenager while they still know everything!

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Slow down sound preview

Post by bdeshi »

I haven't installed/used VLC in a long while, but I don't think it installs any handlers. Even if it did, I doubt a "measly" preview handler would support advanced controls.
Anyways, unless somebody can suggest a good alternative, juggling with preview handlers is more trouble than is worth; you're better off opening the file in VLC straight away.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

highend
Posts: 14996
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Slow down sound preview

Post by highend »

There is no preview through vlc in XY.

Use e.g. a CTB to run VLC and set a play rate at the same time through a script:

Code: Select all

run """<path to your vlc folder>\vlc.exe"" --rate=x ""<curitem>"""; 
x = playback rate (e.g. "2")
One of my scripts helped you out? Please donate via Paypal

GUIguy
Posts: 131
Joined: 03 Jan 2016 02:11
Location: Oregon, USA Win 10-64;a 25H2; scale: 100%;XY: 28.10.01000

Re: Slow down sound preview

Post by GUIguy »

Thanks highend,

Sorry, but I'm a real newbie. What's a CTB?
GUIguy
Win 11-64; 25H2 (scale: 100%); XY: 28.30.06000

I measure a good day by how little I fell behind

Quick, hire a teenager while they still know everything!

highend
Posts: 14996
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Slow down sound preview

Post by highend »

A custom toolbar button
One of my scripts helped you out? Please donate via Paypal

Post Reply