- [HOTFIX] Fixed incorrect value for typings in package.json.
- [FEATURE] Made Audio2D a named export.
- [DOCS] Updated usage documentation to account for named export and updated table of contents.
- [MISC] Updated out-of-date dependencies to their latest versions.
- [MISC] Updated out-of-date dependencies to their latest versions which also fixed all possible fixed security vulnerabilities.
- [MISC] Updated out-of-date dependencies to their latest versions.
- [FEATURE] Added ability to seek through an audio clip.
- [DOCS] Updated README with seek method.
- [DOCS] Fixed a bad link in one of the badges.
- [MISC] Updated rollup to latest version.
- [MISC] Swapped out rollup-plugin-commonjs and rollup-plugin-node-resolve for @rollup/plugin-commonjs and @rollup/plugin-node-resolve.
- [MISC] Changed CHANGELOG format.
- [MISC] Fixed type in README in the installation section.
- [MISC] Removed audioworklet-polyfill and deltaframe dependencies.
- [MISC] Expanded tests.
- [MISC] Published initial version to npm.
- [FEATURE] Added a
trigger
option to audio clips that allows you to specify the id or classname of a dom element that when clicked will trigger the clip to play. - [FEATURE] Added ability to add any node to audio clips through an easy to use API.
- [MISC] Removed
addFilter
method in support of the method defined above. - [MISC] Added jsdoc examples to audio clip methods.
- [MISC] Updated musk-ox to latest version.
- [FEATURE] Added ability to play audio clips on loop.
- [FEATURE] Added filter.
- [TEST] Fixed a failing test after adding gain to each audio clip.
- [DOCS] Expanded documentation for audio clip methods.
- [FEATURE] Made resume work more naturally within the application.
- [FEATURE] Added option to mute and unmute tracks.
- [MISC] Updated rollup to its latest version.
- [FEATURE] Added ability to pause, resume, and stop.
- [FEATURE] Added adjustable volume to each audio clip.
- [FEATURE] Added the following methods to the base API:
getAudio
,removeAudio
,removeAllAudio
.] - [FEATURE] Added AudioClipState enum to prepare for adding pause/resume functionality next update.
- [DOCS] Added new methods to README.
- Initial commit