Skip to content

Question/Request Can we save files without using stop()? #440

@darajava

Description

@darajava

Is your feature request related to a problem? Please describe.
Sometimes my users pause the recording, minimize the app, and after some time the OS flushes the app out of memory, causing a restart and losing their partial recording. I want to be able to save the recording and load it up again.

The files generated before calling stop() are corrupted and cannot be used.

Describe the solution you'd like
This actually requires 2 different features:

  • The file generated to path is usable after only calling pause()
  • Being able to start a recording from a "half-baked" path.

Describe alternatives you've considered
I'd love a simpler solution to this, like being able to save the entire app state or something and thus preventing the OS from flushing the app out of memory. If anyone knows how to fix this problem please let me know!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions