Metadata-Version: 2.1
Name: pyvoiceai
Version: 1.3.10
Summary: VoiceaiTech Python SDK
Home-page: https://pypi.org/project/pyvoiceai/
Author: voiceai
Author-email: voiceai-github@voiceaitech.com
License: UNKNOWN
Platform: any
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Requires-Dist: requests (>=2.19.1)
Requires-Dist: pycryptodomex (>=3.6.6)
Requires-Dist: pyOpenSSL (>=18.0.0)
Requires-Dist: ws4py (>=0.5.1)
Requires-Dist: PyAudio (>=0.2.11)

VoiceAI Python SDK Changelog

====================

Version: 1.3.10

1. add: ASRClient.start_asr_stream, stop_asr_stream method
2. update: requirements.txt

====================

Version: 1.3.9

1. call_download_dia_result_api using post method
2. call_download_dia_result_api 'access_token' change to 'access-token'

====================

Version: 1.3.6

1. app_client_get limit change to 100, not 1000, this API sort function not complete
2. add API count client num under a group: app_group_count_client()

====================

Version: 1.3.5

1.dia access-token -> access_token bug fix

====================

Version: 1.3.3-1.3.4

1.fix some bug


