Pedro Melo

Results 10 comments of Pedro Melo

I'm experiencing this problem with all the react-native-paper components, when I generate my iOS build with the EAS CLI all the icons are a square in place, I've tried the...

For those who are experiencing the same issue, my icons didn't appear when I used EAS to generate my iOS build, I had to change api.cache(true) to api.cache(false), then the...

> Hi [@pedrolmsin](https://github.com/pedrolmsin) > > I think there is code in Swift that temporarily reduces the volume of other audios. > > If I'm not mistaken, it would be `.duckOthers`,...

> Ducking has been removed, can you try again now [@pedrolmsin](https://github.com/pedrolmsin) ? Hi, I did some tests and now I can control the volume on iOS after stopping vosk, however...

> [@pedrolmsin](https://github.com/pedrolmsin) Are you unable to control the volume or the audio does not play? I can't control the volume, when speech recognition is active I can't control the volume...

> What lib are you using to play the audios? [@pedrolmsin](https://github.com/pedrolmsin) @react-native-community/audio-toolkit

I finally managed to control the audio volume on iOS while voice recognition is active. It might not work for all purposes, but it worked for mine. try audioSession.setCategory(.playAndRecord, mode:...

You should pass [unk] with your array, ["hola", "adios", "gracias", "[unk]"]

add this on your android/build.gradle, also make sure your models folder start with "model", for example, "model-en", "model-fr". ``` tasks.register('genUUID') { doLast { def searchDir = rootDir.toPath() fileTree(dir: "$searchDir/app/src/main/assets", include:...

When will the npm package be updated with this feature?