flutter_sound icon indicating copy to clipboard operation
flutter_sound copied to clipboard

[HELP]: Spliting up audio

Open AMPAlves opened this issue 4 years ago • 2 comments

I need Help for :

  • Using the API ? Yes
  • Generate an iOS or Android App ? Android
  • Debugging my App ? No
  • Other ?

Here is my question : Is there a way , while recording , to split the audio that is getting recorded into 0.5secs sections ? I found that I could do this after the file was completely recorded but I would like to know if it was possible to make it while the recorder is working , on the go.

AMPAlves avatar Apr 07 '21 10:04 AMPAlves

I guess that you could use some stream-loop approach and split the incoming data after every 0.5s and write it to a file. I really hope the dev will find the time to support this library in general..

GGLabCenter avatar Apr 07 '21 22:04 GGLabCenter

This issue is stale because it has been open 90 days with no activity. Leave a comment or this will be closed in 7 days.

github-actions[bot] avatar Dec 17 '23 01:12 github-actions[bot]