flutter_sound
flutter_sound copied to clipboard
[HELP]: Spliting up audio
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.
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..
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.