rodydavis / flutter_midi

Midi Playback in Flutter
https://rodydavis.github.io/flutter_midi/
MIT License
62 stars 56 forks source link

iOS voice memo recording stops #42

Open RushirajJhala opened 2 years ago

RushirajJhala commented 2 years ago

I have using flutter_midi to play sound in one of my flutter mobile app project. and I noticed that when I open iOS app its stop Voice memo recoding.

I want recording should continue when Open aiOs pp, ( in Android build , voice recording continue )

Steps : 1 open Voice memo recoding apps , 2 start recording

  1. open app which has flutter_midi added recording is stoped automatically when open app.

Thanks, Rushiraj