heromanofe

Results 2 issues of heromanofe

For myself, for now, I was able to fix broadcast issue by adding this in external activity class: if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU) { registerReceiver(readerReceiver, filter, Context.RECEIVER_NOT_EXPORTED); } else { registerReceiver(readerReceiver,...

I was able to setup model and it works really great. My code is: `private fun testAudio() { // Initialize Whisper val mWhisper = Whisper(this) // Create Whisper instance //...