Anton Krasovsky
Anton Krasovsky
It should be possible to force Vault to use KV Version 1 backend instead of KV Version 2 which looks like a default for the new installs and the dev...
Hi! Thanks for you contribution, it looks good to me. Could you please update README to document usage of the volume (i.e. just change example how speak() is called on...
I don't have a clean solution for this right now, but you might try a workaround. The Tts.setDucking(true) call which has been added to the new 1.3.0 release, will set...
Hi! Thanks for the PR, I just got around to look at it, sorry for the delay. PR looks good, but I wonder why the change from setCategory:AVAudioSessionCategoryPlayback to setCategory:AVAudioSessionCategoryPlayAndRecord...
I'm not sure. The react-native itself seems to be at 22? https://github.com/facebook/react-native/issues/17287 I'm bit out of touch with react-native development, especially an android, so I would like to see some...
Have you tried using Tts.requestInstallData() ?
@Sravansuhas this is a feature request for react-native-tts, feel free to create new Issue for it. However, I don't think it can be easily added there doesn't appear to be...
On IOS there is "tts-progress" event which you can subscribe to, for android though there is no equivalent event emitted by this library. It should be extended to support [https://developer.android.com/reference/android/speech/tts/UtteranceProgressListener.html#onRangeStart(java.lang.String,...
Did you do 'react-native link'? Can you list voices? Does getInitStatus() return success?
Just wanted to mention, that our extension uses redhat.vscode-yaml's registerContributor() to provide relevant schema based on the file contents. Given that looking up schemastore catalog is pretty crude way of...