Fixed loading of augain module

This commit is contained in:
Juha Heinanen
2024-11-17 04:38:27 +02:00
parent d26b7e7696
commit bfa6e5285e
2 changed files with 2 additions and 2 deletions
@@ -1631,7 +1631,7 @@ class BaresipService: Service() {
var audioFocusRequest: AudioFocusRequestCompat? = null
var aec = AcousticEchoCanceler.isAvailable()
var agc = AutomaticGainControl.isAvailable()
private var ns = NoiseSuppressor.isAvailable()
private val ns = NoiseSuppressor.isAvailable()
private var btAdapter: BluetoothAdapter? = null
fun requestAudioFocus(ctx: Context): Boolean {