livekit-plugins-resemble 1.2.11__py3-none-any.whl → 1.2.13__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 livekit-plugins-resemble might be problematic. Click here for more details.

@@ -106,6 +106,14 @@ class TTS(tts.TTS):
106
106
  close_cb=self._close_ws,
107
107
  )
108
108
 
109
+ @property
110
+ def model(self) -> str:
111
+ return "unknown"
112
+
113
+ @property
114
+ def provider(self) -> str:
115
+ return "Resemble"
116
+
109
117
  async def _connect_ws(self, timeout: float) -> aiohttp.ClientWebSocketResponse:
110
118
  return await asyncio.wait_for(
111
119
  self._ensure_session().ws_connect(
@@ -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.2.11"
15
+ __version__ = "1.2.13"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: livekit-plugins-resemble
3
- Version: 1.2.11
3
+ Version: 1.2.13
4
4
  Summary: LiveKit Agents Plugin for Resemble AI
5
5
  Project-URL: Documentation, https://docs.livekit.io
6
6
  Project-URL: Website, https://livekit.io/
@@ -18,7 +18,7 @@ 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>=1.2.11
21
+ Requires-Dist: livekit-agents>=1.2.13
22
22
  Description-Content-Type: text/markdown
23
23
 
24
24
  # Resemble plugin for LiveKit Agents
@@ -0,0 +1,9 @@
1
+ livekit/plugins/resemble/__init__.py,sha256=bu6APAMiEaeKgD-hfMgoSv3EeH8_OQE5aJ_qPRv6pZ8,1236
2
+ livekit/plugins/resemble/log.py,sha256=Pgg3yqt4OUcjrnnF8SKfH7G-Dk7jFI0yIhDa5hjTW5k,71
3
+ livekit/plugins/resemble/models.py,sha256=nK29wOCKkS29KjbiDaTpb7mlmUQSad9U_0bTD8yRcwk,74
4
+ livekit/plugins/resemble/py.typed,sha256=ajz1GSNU9xYVrFEDSz6Xwg7amWQ_yvW75tQa1ZvRIWc,3
5
+ livekit/plugins/resemble/tts.py,sha256=SJBBncysfXqlrdmP1wyrbG1Qh1gpmuPrXUc5QryaZvE,12920
6
+ livekit/plugins/resemble/version.py,sha256=FpAK0nozieyCPXPHbw0bSGlhnqLEtI6c8pzW0v0EJwI,601
7
+ livekit_plugins_resemble-1.2.13.dist-info/METADATA,sha256=jKtnyU3rfCHs9KxDl8Gtn24VZV-xTN1PSdYaDDjoqRs,4937
8
+ livekit_plugins_resemble-1.2.13.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
9
+ livekit_plugins_resemble-1.2.13.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- livekit/plugins/resemble/__init__.py,sha256=bu6APAMiEaeKgD-hfMgoSv3EeH8_OQE5aJ_qPRv6pZ8,1236
2
- livekit/plugins/resemble/log.py,sha256=Pgg3yqt4OUcjrnnF8SKfH7G-Dk7jFI0yIhDa5hjTW5k,71
3
- livekit/plugins/resemble/models.py,sha256=nK29wOCKkS29KjbiDaTpb7mlmUQSad9U_0bTD8yRcwk,74
4
- livekit/plugins/resemble/py.typed,sha256=ajz1GSNU9xYVrFEDSz6Xwg7amWQ_yvW75tQa1ZvRIWc,3
5
- livekit/plugins/resemble/tts.py,sha256=B8hsazL0v-S1hWnIpumxw3NzbqmJ0uthLCMpUrISvl8,12780
6
- livekit/plugins/resemble/version.py,sha256=xsWwuH5qgJrB3wPPfmZaiEH7zObN2yGboBmyrTHj-b8,601
7
- livekit_plugins_resemble-1.2.11.dist-info/METADATA,sha256=LAE8bxaSQdFT1NIuk9zm6Spe8OtB64tN0za246hK6dk,4937
8
- livekit_plugins_resemble-1.2.11.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
9
- livekit_plugins_resemble-1.2.11.dist-info/RECORD,,