Skip to content

martoreto/audiocapture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audio Capture Service for Android

When installed as a system app, enables other applications to capture playing media audio and metadata.

Installation

This service must be installed as a privileged system app, in /system/priv-app.

If rooted

Download the APK and install it normally. The service will move itself automatically there, using root capabilities.

If not rooted, with TWRP

Download the APK, install it normally and move to /system/priv-app.

Here's the video:

Video instructions

Developing apps

To use this service in an app, you need to connect to the appropriate services, as defined in AndroidManifest.xml. Their AIDL interfaces are defined in github/audiocapture-lib.