Tag: mp3

  • Audio Workshop 7 Speed Settings JavaScript playbackRate Tutorial

    Lesson Code: http://www.developphp.com/video/JavaScript/Audio-Play-Speed-Setting-playbackRate-Tutorial Learn to add playback speed control to your HTML5 multimedia programs using JavaScript. Audio Object Reference: http://www.developphp.com/view_lesson.php?v=941 Original source

  • Audio Workshop 3 timeupdate Time Position JavaScript Tutorial

    Lesson Code: http://www.developphp.com/video/JavaScript/Audio-Time-Update-Position-Tutorial In this part we are going to establish a timeupdate event handler for our Audio object, which will serve 2 purposes in the particular application we have built so far. This event will allow us to show current play time against the full duration, it will also allow us to update the…

  • Audio Workshop 1 Play Pause Mute Buttons JavaScript Tutorial

    Lesson Code: http://www.developphp.com/video/JavaScript/Audio-Play-Pause-Mute-Buttons-Tutorial Audio Workshop is a series of videos in which we will demonstrate how program the Audio object and the Web Audio API using JavaScript. I am going to leave this series open ended, just like we did for the Canvas Bootcamp series. I will also be reading viewer comments as we release…

  • Audio Workshop 2 Seek and Volume Range Slider JavaScript Tutorial

    Lesson Code: http://www.developphp.com/video/JavaScript/Audio-Seek-and-Volume-Range-Slider-Tutorial In this part of the Audio Workshop we demonstrate how the range slider input can be used as a seek slider and a volume slider. We will also demonstrate how you can try to achieve a consistent range slider input appearance across different browsers. Original source