You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we are only able to record and export the file once. What we want to do is find a way to keep on exporting files until the user manually presses on the stop button.
There was an approach we tried to implement where we would stop the recorder every ten seconds so that we can generate a wave file to be sent into our data pipeline and then start recorder immediately right after. THEN when the user decides to stop we will stop that process.
DONE:
You are able to keep on sending over files until the user presses on stop in the flutter app
WHAT TO DO:
DONE: