/Audio-Recorder

This is a simple web app that demonstrates how you can record audio using JavaScript.

Primary LanguageJavaScriptMIT LicenseMIT

Audio Recorder (v1.0.0)

This is a simple web app that demonstrates how you can record audio using JavaScript.

Check it out here.

Downloading

Download the files and store it in a single directory. You don't need to install any external libraries/packages.

Running the Web App

Open index.html in the src folder. You can see two buttons: Start and Stop.

How to Use?

Clicking Start records your audio, after asking your permission. Clicking Stop stops the recording and downloads the mp3 file (Audio.mp3) of your recording. It also plays the recording in the tab.

Changelog

Go to the CHANGELOG.md file to see the changelog.

License

MIT License

Copyright (c) 2023 Aniketh Chavare

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Conclusion

If you experience any problems or bugs, please go to the 'Issues' section and create an issue. I will look into it and resolve it ASAP.

I hope you liked the project. Thank you!