Tagged Questions
0
votes
0answers
124 views
Alarm to go off while app is Suspended, i.e. beyond the 10min mark
I just want an application on ios that can play a sound (as an alarm) beyond the 10min mark (which is when an app is suspended after being backgrounded for that long).
Here is what I've done:
...
0
votes
4answers
1k views
WASAPI prevents Windows automatic suspend?
First time poster, be gentle ;-)
I'm writing an audio app (in C++) which runs as a Windows service, uses WASAPI to take samples from the line in jack, and does some processing on it.
Something I've ...