Initial project structure with manifest configured for foreground audio service, AudioTrack-based playback, and background operation. Includes Gradle wrapper, dependency catalog, placeholder icons, and build instructions for Arch Linux.
5 lines
251 B
Prolog
5 lines
251 B
Prolog
# Add project specific ProGuard rules here.
|
|
# Keep AudioTrack-related classes unobfuscated for audio engine work
|
|
-keep class android.media.AudioTrack { *; }
|
|
-keep class android.media.AudioAttributes { *; }
|
|
-keep class android.media.AudioFormat { *; }
|