Explore the docs and code playground »
Report Bug · Request Feature
Table of Contents ↧
Description
Purpose
- To prepare a set of ui components so that one can simplify the creation or maintenance of audio for applications
Problem
- At the moment there are no ready libraries in ecosystem, although the need to support audio translations is growing every year
Scope
- All projects in the ecosystem that want to add support for oral translation or audio resources
Background
- Currently, in order to add audio support to your project, you need to use the regular version of the wavesurfer.js library, or similar audio libraries.
Add the library to your React app
- yarn
yarn add @texttree/audio-recorder-rcl
- npm
npm install @texttree/audio-recorder-rcl
Having trouble? Get help in the official Open Components Ecosystem Discord
Example of usage
For more examples, please refer to the Styleguidist link
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. Guidelines for external contributions.
You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
If you would like to fork the repo and create a pull request.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature-[username]-amazing-feature
) - Commit your Changes (
git commit -m 'Add some Amazing Feature'
) - Push to the Branch (
git push origin feature-[username]-amazing-feature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Project Link: https://github.com/texttree/audio-recorder-rcl