Change audio tone for raise hand.

This commit is contained in:
Nicholas Tinsley
2024-01-11 14:09:08 -05:00
parent 16ea1912b4
commit c16bf65a80
2 changed files with 1 additions and 3 deletions

View File

@@ -44,9 +44,7 @@ sealed class SignalAudioManager(protected val context: Context, protected val ev
protected val incomingRinger = IncomingRinger(context)
protected val outgoingRinger = OutgoingRinger(context)
private val stateChangeUpSoundId = context.assets.openFd("sounds/state-change_confirm-up.ogg").use {
soundPool.load(it, 1)
}
private val stateChangeUpSoundId = soundPool.load(context, R.raw.notification_simple_01, 1)
companion object {
@JvmStatic

Binary file not shown.