From 65f878fbfd088c008785a358b4bc73f40d3c76f4 Mon Sep 17 00:00:00 2001 From: Li Wenyan Date: Mon, 16 Sep 2019 06:20:02 +0800 Subject: [PATCH 1/3] 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. --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 65f795f..a7556e1 100644 --- a/source.md +++ b/source.md @@ -307,6 +307,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Audio Recorder](https://github.com/ZaraclaJ/audio_recorder) - Record audio and store it locally by [Jordan Alcaraz](https://twitter.com/jordanalcrz) - [Stereo](https://github.com/2find/stereo) - Playing music on iOS and Android by [2Find](https://github.com/2find) - [Flutter Sound](https://github.com/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 From cfa4d613ec2c3b0c8af60818fd607145e7c65c9d Mon Sep 17 00:00:00 2001 From: Li Wenyan Date: Mon, 16 Sep 2019 06:23:43 +0800 Subject: [PATCH 2/3] Update source.md --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index a7556e1..415b587 100644 --- a/source.md +++ b/source.md @@ -307,7 +307,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Audio Recorder](https://github.com/ZaraclaJ/audio_recorder) - Record audio and store it locally by [Jordan Alcaraz](https://twitter.com/jordanalcrz) - [Stereo](https://github.com/2find/stereo) - Playing music on iOS and Android by [2Find](https://github.com/2find) - [Flutter Sound](https://github.com/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). +- [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 From 6af75fc3727e455a1089fdf80bd00bc7b1b44dc5 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Mon, 16 Sep 2019 11:59:43 +0200 Subject: [PATCH 3/3] Shorten desc --- source.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source.md b/source.md index 415b587..6ed5541 100644 --- a/source.md +++ b/source.md @@ -303,11 +303,10 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| #### Audio -- [Audio Plugin](https://github.com/rxlabz/audioplayer) - Beta by [Erick Ghaumez](https://twitter.com/rxlabz) +- [Flutter Audio Recorder](https://github.com/shadow-app/flutter_audio_recorder) - Provides full controls and access to recording details such as level metering by [Wenyan Li](https://github.com/nikli2009). - [Audio Recorder](https://github.com/ZaraclaJ/audio_recorder) - Record audio and store it locally by [Jordan Alcaraz](https://twitter.com/jordanalcrz) - [Stereo](https://github.com/2find/stereo) - Playing music on iOS and Android by [2Find](https://github.com/2find) - [Flutter Sound](https://github.com/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