-
Notifications
You must be signed in to change notification settings - Fork 18
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
Toggle Recording #145
Comments
Hi @rossbates! The current Arc Mini code relies on a UI toggle in Arc Timeline app to turn recording on/off. But if you build Mini from Xcode yourself, you can add in a toggle for it if you like. Poking about in the code, it looks like the key bool is Aside: I'll soon be removing Arc Mini from the App Store, so building it yourself from Xcode will eventually be the only option. Arc Mini has been deprecated in favour of Arc Recorder, as the fallback recorder for Arc Timeline app. |
Got it. Appreciate the quick and helpful response. XCode is complaining about |
That sounds like something that the new Xcode would complain about. But LocoKit and Arc Mini are both set to Swift 5, so it shouldn't be enforcing anything Swift 6. Hmm. I also didn't see that yesterday when working on Arc Timeline (which uses the same underlying LocoKit version for recording/processing/classifying). It might just be a case of needing to fetch the latest package versions. |
While I understand the app is using accelerometer to reduce battery usage I was looking for a more explicit way to toggle recording on/off in the app. Is recording an all or nothing option and is the only way to stop it force kill?
The text was updated successfully, but these errors were encountered: