tchvu3 / capacitor-voice-recorder

Capacitor plugin for voice recording
69 stars 57 forks source link

Audio is not recorded if device is locked on Android 14 #48

Open xitronix opened 1 month ago

xitronix commented 1 month ago

How to reproduce

  1. Start recording
  2. Lock screen (in my case Pixel 7 with Android 14)
  3. Unlock screen

After these actions recorded data has empty samples during screen is locked

How to solve

Based on sources which I read

Useful sources

So as I understand new api requires Foreground Service with persistent notification. It would be nice if this library supports background recording on new android