added new plugin - flutter_audio_recorder

New plugin for audio recording, it provides full controls(start/pause/resume/stop) and access to recording details(such as level metering) while recording.
This commit is contained in:
Li Wenyan 2019-09-16 06:20:02 +08:00 committed by GitHub
parent dd3ea55836
commit 65f878fbfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -307,6 +307,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐|
- [Audio Recorder](https://github.com/ZaraclaJ/audio_recorder) <!--stargazers:ZaraclaJ/audio_recorder--> - Record audio and store it locally by [Jordan Alcaraz](https://twitter.com/jordanalcrz)
- [Stereo](https://github.com/2find/stereo) <!--stargazers:2find/stereo--> - Playing music on iOS and Android by [2Find](https://github.com/2find)
- [Flutter Sound](https://github.com/dooboolab/flutter_sound) <!--stargazers:dooboolab/flutter_sound--> - Flutter audio recorder and player at one hand by [dooboolab](https://github.com/dooboolab)
- [Flutter_Audio_Recorder](https://github.com/shadow-app/flutter_audio_recorder) - Audio recorder that provides full controls(start/pause/resume/stop) and access to recording details(such as level metering) while recording by [Wenyan Li](https://github.com/nikli2009).
#### Video