audioMixing lets your player play layered over other apps without interrupting them — useful for ambient and meditation audio.
Full notes: rntp.dev/changelog#5.5.0
Added
audioMixing—exclusive(default) interrupts other apps' audio;mixplays layered over them without interrupting. On iOS this uses the AVAudioSession.mixWithOthersoption; on Androidmixrequests no audio focus (so it won't auto-pause for calls or resume).
Upgrade
npm install @rntp/player@5.5.0
# iOS
cd ios && pod install