Headless audio player using WebAudio API to allow streaming playback of an server-side PCM data buffer. Offers server side controls and pluggable effects.
AudioPlayer is an add-on for Vaadin that uses WebAudio to allow streaming playback of an arbitrary server-side PCM data buffer. Audio can be transported as WAV. It also supports server-side control of the audio playback such as audio and stereo balance, as well as advanced control via pluggable effects, such as highpass and lowpass filters.
Demo
Includes demo application that shows examples of most functionality including:
- streaming different types of audio files
- creating UI that connects to the audio player
- server-side control of audio player
- creating effect chains with pluggable effects
Installing
For more information about using the addon and/or running the demo application, see the README.md file or visit the github page: https://github.com/drewharvey/VaadinAudioPlayer
Install
Version 3.1.0
- Added range support