livekit-plugins-spitch 1.1.5__tar.gz → 1.1.7__tar.gz

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.

Potentially problematic release.


This version of livekit-plugins-spitch might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: livekit-plugins-spitch
3
- Version: 1.1.5
3
+ Version: 1.1.7
4
4
  Summary: spitch plugin template for LiveKit Agents
5
5
  Project-URL: Documentation, https://docs.livekit.io
6
6
  Project-URL: Website, https://livekit.io/
@@ -18,13 +18,15 @@ Classifier: Topic :: Multimedia :: Sound/Audio
18
18
  Classifier: Topic :: Multimedia :: Video
19
19
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
20
20
  Requires-Python: >=3.9.0
21
- Requires-Dist: livekit-agents[codecs]>=1.1.5
21
+ Requires-Dist: livekit-agents[codecs]>=1.1.7
22
22
  Requires-Dist: spitch
23
23
  Description-Content-Type: text/markdown
24
24
 
25
25
  # Spitch plugin for LiveKit Agents
26
26
 
27
- Support for STT and TTS with [spitch.app](https://spitch.app/).
27
+ Support for [Spitch](https://spitch.app/)'s African-language voice AI services in LiveKit Agents.
28
+
29
+ More information is available in the docs for the [STT](https://docs.livekit.io/agents/integrations/stt/spitch/) and [TTS](https://docs.livekit.io/agents/integrations/tts/spitch/) integrations.
28
30
 
29
31
  ## Installation
30
32
 
@@ -0,0 +1,15 @@
1
+ # Spitch plugin for LiveKit Agents
2
+
3
+ Support for [Spitch](https://spitch.app/)'s African-language voice AI services in LiveKit Agents.
4
+
5
+ More information is available in the docs for the [STT](https://docs.livekit.io/agents/integrations/stt/spitch/) and [TTS](https://docs.livekit.io/agents/integrations/tts/spitch/) integrations.
6
+
7
+ ## Installation
8
+
9
+ ```bash
10
+ pip install livekit-plugins-spitch
11
+ ```
12
+
13
+ ## Pre-requisites
14
+
15
+ You'll need an API key from Spitch. It can be set as an environment variable: `SPITCH_API_KEY`
@@ -12,4 +12,4 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
- __version__ = "1.1.5"
15
+ __version__ = "1.1.7"
@@ -22,7 +22,7 @@ classifiers = [
22
22
  "Programming Language :: Python :: 3.10",
23
23
  "Programming Language :: Python :: 3 :: Only",
24
24
  ]
25
- dependencies = ["livekit-agents[codecs]>=1.1.5", "spitch"]
25
+ dependencies = ["livekit-agents[codecs]>=1.1.7", "spitch"]
26
26
 
27
27
  [project.urls]
28
28
  Documentation = "https://docs.livekit.io"
@@ -1,13 +0,0 @@
1
- # Spitch plugin for LiveKit Agents
2
-
3
- Support for STT and TTS with [spitch.app](https://spitch.app/).
4
-
5
- ## Installation
6
-
7
- ```bash
8
- pip install livekit-plugins-spitch
9
- ```
10
-
11
- ## Pre-requisites
12
-
13
- You'll need an API key from Spitch. It can be set as an environment variable: `SPITCH_API_KEY`