Skip to main content
Inspiring
November 20, 2020
Question

Controlador de velocidad externo para un archivo mo3

  • November 20, 2020
  • 1 reply
  • 111 views

Deseo que aparezca en la pantalla de mi aplicación un controlador para fijar la velocidad de reproducción de un audio. Como un metrónomo... Es con ActionScript? Gracias

    This topic is closed to new replies. Start a new post to keep the conversation going.

    1 reply

    kglad
    Community Expert
    Community Expert
    November 21, 2020

    if your sound is attched to a timeline and its sync property is stream, you can use the frameRate property Stage to control playback speed (but that will also effect the frame rate of everything else, too).

     

    otherwise, you're going to need some as3 skills to encode that.