new: add iOS audio player

This commit is contained in:
2026-06-15 18:47:10 +02:00
parent c3347ca3ff
commit b95d81010e
8 changed files with 99 additions and 15 deletions
@@ -0,0 +1,10 @@
package fr.ajaury.gwenedeg.player
/**
* An Audio Session will allow to request Audio focus and declare our audio source to the system
*/
interface AudioSessionManager {
fun activate()
fun deactivate()
}