Skip to content

hiscoder-com/audio-recorder-rcl

Repository files navigation

Open Components Ecosystem Discord Issues MIT License

Audio Recorder (RCL)


Explore the docs and code playground »

Report Bug · Request Feature

Table of Contents ↧

About The Project

Projector Mode RCL Shot

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.

(back to top)

Built With

(back to top)

Getting Started

Installation

Add the library to your React app

  • yarn
yarn add @texttree/audio-recorder-rcl
  • npm
npm install @texttree/audio-recorder-rcl

(back to top)

Support

Having trouble? Get help in the official Open Components Ecosystem Discord

Usage

Example of usage

For more examples, please refer to the Styleguidist link

(back to top)

Roadmap

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature-[username]-amazing-feature)
  3. Commit your Changes (git commit -m 'Add some Amazing Feature')
  4. Push to the Branch (git push origin feature-[username]-amazing-feature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Project Link: https://github.com/texttree/audio-recorder-rcl

(back to top)