livekit-plugins-azure 1.0.19__py3-none-any.whl → 1.0.20__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.
@@ -10,6 +10,13 @@
10
10
  # See the License for the specific language governing permissions and
11
11
  # limitations under the License.
12
12
 
13
+ """Azure plugin for LiveKit Agents
14
+
15
+ Support for Azure AI including Azure Speech. For Azure OpenAI, see the [OpenAI plugin](https://github.com/livekit/agents/tree/main/livekit-plugins/livekit-plugins-openai).
16
+
17
+ See https://docs.livekit.io/agents/integrations/azure/ for more information.
18
+ """
19
+
13
20
  from .stt import STT, SpeechStream
14
21
  from .tts import TTS
15
22
  from .version import __version__
@@ -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.0.19"
15
+ __version__ = "1.0.20"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: livekit-plugins-azure
3
- Version: 1.0.19
3
+ Version: 1.0.20
4
4
  Summary: Agent Framework plugin for services from Azure
5
5
  Project-URL: Documentation, https://docs.livekit.io
6
6
  Project-URL: Website, https://livekit.io/
@@ -19,12 +19,14 @@ Classifier: Topic :: Multimedia :: Video
19
19
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
20
20
  Requires-Python: >=3.9.0
21
21
  Requires-Dist: azure-cognitiveservices-speech>=1.43.0
22
- Requires-Dist: livekit-agents>=1.0.19
22
+ Requires-Dist: livekit-agents>=1.0.20
23
23
  Description-Content-Type: text/markdown
24
24
 
25
- # LiveKit Plugins Azure
25
+ # Azure plugin for LiveKit Agents
26
26
 
27
- Agent Framework plugin for services from Azure Cognitive Services. Currently supports STT and TTS.
27
+ Support for Azure AI including Azure Speech. For Azure OpenAI, see the [OpenAI plugin](https://github.com/livekit/agents/tree/main/livekit-plugins/livekit-plugins-openai).
28
+
29
+ See [https://docs.livekit.io/agents/integrations/azure/](https://docs.livekit.io/agents/integrations/azure/) for more information.
28
30
 
29
31
  ## Installation
30
32
 
@@ -0,0 +1,9 @@
1
+ livekit/plugins/azure/__init__.py,sha256=6GS29VWNMSQigSX9fsdSysEvpnwmJ6czlXmOydBo3TU,1373
2
+ livekit/plugins/azure/log.py,sha256=MeD0unQJ72aDc9K8zUi9LgUBls6h2WUALryOjAumrKs,68
3
+ livekit/plugins/azure/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ livekit/plugins/azure/stt.py,sha256=fHaH4vXQARigMahzmrjKsNwrF9olI5qxWVTqskxBbRI,14360
5
+ livekit/plugins/azure/tts.py,sha256=e4BccMEnx7Qukij5t1H47w6XzFLeZIPlUVhjZ5yJAFg,19280
6
+ livekit/plugins/azure/version.py,sha256=6t7MV36KJ3wiFpfFAEf05CSNz-rw3TM7b0LJ8tWstFY,601
7
+ livekit_plugins_azure-1.0.20.dist-info/METADATA,sha256=56etegWkJTFsZ_qkK3MEM-x1kxJqjpdbGjq5U8jG80Q,1611
8
+ livekit_plugins_azure-1.0.20.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
9
+ livekit_plugins_azure-1.0.20.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- livekit/plugins/azure/__init__.py,sha256=8YPW1EAltd4oip3WItsMy17EMekroUzTPLFRIwLP2Wc,1082
2
- livekit/plugins/azure/log.py,sha256=MeD0unQJ72aDc9K8zUi9LgUBls6h2WUALryOjAumrKs,68
3
- livekit/plugins/azure/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- livekit/plugins/azure/stt.py,sha256=fHaH4vXQARigMahzmrjKsNwrF9olI5qxWVTqskxBbRI,14360
5
- livekit/plugins/azure/tts.py,sha256=e4BccMEnx7Qukij5t1H47w6XzFLeZIPlUVhjZ5yJAFg,19280
6
- livekit/plugins/azure/version.py,sha256=KWKI0i88RsDNfgXXfCYo8ZHeBTwbIaCLBliemupGV-g,601
7
- livekit_plugins_azure-1.0.19.dist-info/METADATA,sha256=sNH5jUHxTRPzf7CP3FqRYRFMkHIS_EXmH_oofc1rfi0,1396
8
- livekit_plugins_azure-1.0.19.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
9
- livekit_plugins_azure-1.0.19.dist-info/RECORD,,