loonix / another_audio_recorder

(Null-Safe + V2) Audio Record Plugin that supports record, pause, resume, stop, and provide access to audio level metering properties average power peak power.
https://pub.dev/packages/another_audio_recorder
MIT License
5 stars 8 forks source link

Problem with more than one recording #2

Closed rochelryu closed 1 year ago

rochelryu commented 2 years ago

When we want to register a second time, we can't. The start method is directly rejected indicating that _currentStatus always remains at stop

loonix commented 2 years ago

Sorry for the delay on this can you share some code so I can have an example?