react-native-davoice 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,9 +2,15 @@
2
2
 
3
3
  React Native on-device speech package for:
4
4
 
5
- - text to speech
6
- - speech to text
7
- - unified speech flows that coordinate STT and TTS together
5
+ - **Speaker identification / speaker verification** - onboarding and real-time
6
+ - **Speech to Text / Real time ASR** - Real time ASR, Supports all languages. **Supports real time speaker verified and isolation**.
7
+ - **Voice Cloning / Text to Speech** - Cloning any voice any language.
8
+ - **On-device Text to Speech** - Human like text to speech, quality bits top cloud providers. Supports all cloned voices.
9
+ - **Smooth audio flow between all voice components** - Audio session handling across the flows.
10
+ - React Native support for iOS and Android
11
+
12
+ # It works well with react-native-wakeword npm package:
13
+ - **Wake word / keyword detection / Hotword** - Real time Wake Word detection. **Supports real time speaker verified and isolation**.
8
14
 
9
15
  It supports iOS and Android and is designed for apps that need a local voice pipeline with native audio-session handling.
10
16
 
@@ -2,7 +2,7 @@ require 'json'
2
2
 
3
3
  Pod::Spec.new do |s|
4
4
  s.name = "TTSRNBridge"
5
- s.version = "1.0.184" # Update to your package version
5
+ s.version = "1.0.188" # Update to your package version
6
6
  s.summary = "TTS for React Native."
7
7
  s.description = <<-DESC
8
8
  A React Native module for tts .
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-davoice",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "tts library for React Native",
5
5
  "main": "tts/index.js",
6
6
  "types": "tts/index.d.ts",