Releases: naomiaro/waveform-playlist
Releases · naomiaro/waveform-playlist
Fix Webworker Paths
js path relative to the document including the library must be configured in order to have the recorder web worker found properly. Updated README with config option.
ES2015 Rewrite
Waveform Playlist has been redone using ES2015!
Examples on how to accomplish the previous setups can be found in dist/examples.
Audio Controls Fix
Fix for implementations not using the cursor time inputs.
Mute, Solo and Individual volume track controls
Optional track controls available now for the playlist:
- track's name
- mute / solo button
- volume controls for individual tracks
State of the playlist changes to 'cursor' when the playlist is playing. The chosen playlist state will be re-established when playout has ceased.
Live seeking during playout does not update the current cursor position. Selected areas will now stay intact if you seek within them.
Many bugs fixed from previous versions.