videosdk-plugins-resemble 0.0.31__py3-none-any.whl → 0.0.33__py3-none-any.whl
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 videosdk-plugins-resemble might be problematic. Click here for more details.
- videosdk/plugins/resemble/tts.py +8 -0
- videosdk/plugins/resemble/version.py +1 -1
- {videosdk_plugins_resemble-0.0.31.dist-info → videosdk_plugins_resemble-0.0.33.dist-info}/METADATA +2 -2
- videosdk_plugins_resemble-0.0.33.dist-info/RECORD +6 -0
- videosdk_plugins_resemble-0.0.31.dist-info/RECORD +0 -6
- {videosdk_plugins_resemble-0.0.31.dist-info → videosdk_plugins_resemble-0.0.33.dist-info}/WHEEL +0 -0
videosdk/plugins/resemble/tts.py
CHANGED
|
@@ -24,6 +24,14 @@ class ResembleTTS(TTS):
|
|
|
24
24
|
sample_rate: int = DEFAULT_SAMPLE_RATE,
|
|
25
25
|
precision: str = DEFAULT_PRECISION,
|
|
26
26
|
) -> None:
|
|
27
|
+
"""Initialize the Resemble TTS plugin.
|
|
28
|
+
|
|
29
|
+
Args:
|
|
30
|
+
api_key (Optional[str], optional): Resemble API key. Defaults to None.
|
|
31
|
+
voice_uuid (str): The voice UUID to use for the TTS plugin. Defaults to "55592656".
|
|
32
|
+
sample_rate (int): The sample rate to use for the TTS plugin. Defaults to 22050.
|
|
33
|
+
precision (str): The precision to use for the TTS plugin. Defaults to "PCM_16".
|
|
34
|
+
"""
|
|
27
35
|
super().__init__(sample_rate=sample_rate, num_channels=1)
|
|
28
36
|
|
|
29
37
|
self.api_key = api_key or os.getenv("RESEMBLE_API_KEY")
|
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.0.
|
|
1
|
+
__version__ = "0.0.33"
|
{videosdk_plugins_resemble-0.0.31.dist-info → videosdk_plugins_resemble-0.0.33.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: videosdk-plugins-resemble
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.33
|
|
4
4
|
Summary: VideoSDK Agent Framework plugin for Resemble
|
|
5
5
|
Author: videosdk
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -12,7 +12,7 @@ Classifier: Topic :: Multimedia :: Sound/Audio
|
|
|
12
12
|
Classifier: Topic :: Multimedia :: Video
|
|
13
13
|
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
14
14
|
Requires-Python: >=3.11
|
|
15
|
-
Requires-Dist: videosdk-agents>=0.0.
|
|
15
|
+
Requires-Dist: videosdk-agents>=0.0.33
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
|
|
18
18
|
# VideoSDK Resemble Plugin
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
videosdk/plugins/resemble/__init__.py,sha256=V4pLV2GncUWcXNFXea8Gtf7hbRYKBQSLkW2DsyxW2ks,55
|
|
2
|
+
videosdk/plugins/resemble/tts.py,sha256=kmKhqkxLfOUTv2O4SW8dE70r5V2_cp2EPanVWic8-60,6390
|
|
3
|
+
videosdk/plugins/resemble/version.py,sha256=AGWXI5DVsNfiiV5VgHNNK08ZPMOHqnJB3xLlEoyC3hg,23
|
|
4
|
+
videosdk_plugins_resemble-0.0.33.dist-info/METADATA,sha256=mmbmAGHjVo8UpOZ0fDvU5VdkDjVtVX049x3Q_pqaX6g,767
|
|
5
|
+
videosdk_plugins_resemble-0.0.33.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
6
|
+
videosdk_plugins_resemble-0.0.33.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
videosdk/plugins/resemble/__init__.py,sha256=V4pLV2GncUWcXNFXea8Gtf7hbRYKBQSLkW2DsyxW2ks,55
|
|
2
|
-
videosdk/plugins/resemble/tts.py,sha256=5RM4QfgsXxIyp6jUO9kq9YpTgExoR-1R5iS4APLhMHY,5952
|
|
3
|
-
videosdk/plugins/resemble/version.py,sha256=YRrMDApG1V6fNZdI4BA631DmsqtamSXgI1yu0tnt4h0,23
|
|
4
|
-
videosdk_plugins_resemble-0.0.31.dist-info/METADATA,sha256=kq8qMQhuX3HA1chsKHcRq3_JYsVkd5979JRBYe4U-vA,767
|
|
5
|
-
videosdk_plugins_resemble-0.0.31.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
6
|
-
videosdk_plugins_resemble-0.0.31.dist-info/RECORD,,
|
{videosdk_plugins_resemble-0.0.31.dist-info → videosdk_plugins_resemble-0.0.33.dist-info}/WHEEL
RENAMED
|
File without changes
|