Skip to main content
Participant
November 3, 2023
Answered

change speed/duration of audio clip from extendscript

  • November 3, 2023
  • 1 reply
  • 483 views

Greetings!

I am exploring the possibility of adjusting the speed and duration of an audio clip using ExtendScript. Despite my search, I have not found an answer that it can be done.
I want to know if I can change the speed and duration of an audio clip from extendscript?

This topic has been closed for replies.
Correct answer bbb_999

You can change the duration of trackItems; although ExtendScript can get a trackItem's speed, and detect whether it's reversed, there is no API around changing the speed.


1 reply

bbb_999
Community Manager
bbb_999Community ManagerCorrect answer
Community Manager
November 3, 2023

You can change the duration of trackItems; although ExtendScript can get a trackItem's speed, and detect whether it's reversed, there is no API around changing the speed.


Participant
November 22, 2023

Hi, 

Will this feature be implemented in the near future? Because it's something that I'd really need to use.

Thanks.