Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apple Watch: Find a way to upload when recording has stopped #38

Open
trzy opened this issue Feb 21, 2024 · 1 comment
Open

Apple Watch: Find a way to upload when recording has stopped #38

trzy opened this issue Feb 21, 2024 · 1 comment

Comments

@trzy
Copy link
Contributor

trzy commented Feb 21, 2024

While the mic is recording, Apple Watch is able to upload. But when recording is stopped, as soon as the watch face goes dark, the app is effectively paused, and the upload task is frozen. We need to find a way to opportunistically upload in the background.

Ideas:

  • Investigate WatchConnectivity and large/numerous file transfers. Because we save a new file every 30 seconds, there are a lot of files to transfer!
  • Should we just leave the mic open (but ignoring data that comes in, so we're not actually recording) until all files are transferred (while uploads are enabled)? This is gross but is an option of last resort.
@Monty1122
Copy link

this has been one of my questions - how to do this as the interruption causes loss of value - there are hacky ways of running as development build in the background - button for any kind of production - probably just saving state when sent to background..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants