Replies: 1 comment 1 reply
|
Yeah I agree that |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi there — I've been working on a tool to improve the light voice memo recorder; one that can record uncompressed wav files and utilize USB-C mics like the Shure MV88. I have had it working on my modified LPIII for a while now and I'm interested in porting it over with the SDK.
However, yes, I'm vibecoding this, and my agent tells me that right now there is no sanctioned way for an app to keep audio recording if the screen is off. The workaround it came up with is an interop View with
keepScreenOn = truewhile recording, but that doesn't seem right to the agent or me. One thing it suggested is a LightServiceMethod likeBeginAudioCapture/EndAudioCapturewhere LightOS holds a mic foreground service on the tool's behalf.Maybe this isn't a worthwhile path to explore if you plan to add uncompressed recordings to the stock voice memo app? But it might be nice to have a more robust recording app available.
All reactions