Introduction
The React Use Audio is a library for simple handling of sound.
I implemented the sound playback feature using the Web Audio API,
I plan to extend the functionality based on the Web Audio API in the future.
Key Values
Easy to Use
React Use Audio focuses on providing an easy way to use it.
Many developers aim to make it easy and simple to provide different sounds in the browser.
Based on the Web Audio API
Implement functionality based on the Web Audio API
.
It's reliably maintained, and with so many references,
you should be able to implement features quickly and easily.
Based on React hooks
Make it easy to use through React hooks.
In the future, we'd like to make it possible to handle various options through hooks.