MediaPlayer Op
This op is deprecated!
It will not receive any updatesPlays back audio files
Summary (oneliner)
Plays an audio-file and allows you to seek / jump to a position. Audio files can be uploaded via drag’n’dropping to the cables-window. When upload is complete you can select it in the project-file-browser. Should also work with audio-files which are hosted somewhere else (untested).
- Ops.Extension.Deprecated.MediaPlayer
- Extension Op - Visible to all users
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
No op example found on this server
INPUT PORTS
Playback-Volume, 1.0
= normal, 0.0
= silent
The audio-file to play back, upload one by drag’n’dropping it to the window and then select if from the project-files or pick one from the library.
Starts the audio-playback
Stops the audio-playback
Sets the playhead to the beginning
Set this to the position in the audio file you want to jump to (in seconds). You need to call Jump To Seek Position
to actually perform the jump afterwards.
Jumps / Seeks to the position Seek Position (Seconds)
OUTPUT PORTS
The duration of the current audio file (in seconds)
Patches using MediaPlayer
Changelog
Ops.WebAudio.MediaPlayer renamed to Ops.Deprecated.WebAudio.MediaPlayer | pandur - 2021-01-13 08:51 |