You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"A test suite and interface you can use to implement a hyperaudio compatible audio player."
"This would also serve as a place to design a playback API that can be swapped out with native ones in the future."
"A random-audio-player instance is a common interface for an audio player abstraction, that provides a core api."
I extracted what I understand to be the public api of the AudioPlayer class I found in Hyperamp.
This is basically a wrapper class around the node from a given audio element, right?
I extracted what I understand to be the public api of the AudioPlayer class I found in Hyperamp.
This is basically a wrapper class around the node from a given audio element, right?
🔀 abstract-audio-player
usage
audioPlayer = AudioPlayer(audioNode, globalState)
properties
methods
+ nanobus methods:
events
See also:
The text was updated successfully, but these errors were encountered: