You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [x ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
I run low_level_sample.py and it seems created response successfully. But i do not know how to read the response (text and audio).
【python low_level_sample.py .\input\arc-easy-q237-tts.mp3 azure】
I also run client_sample.py and give it a existing directory to store the output. Response seems being created successfully, but the file to save the output is empty.
【python client_sample.py .\input\arc-easy-q237-tts.mp3 .\output azure】
Any log messages given by the failure
Configuring Session...Done
Received a control message: session.created
task: <rtclient.RTResponse object at 0x00000209FF0B86D0>
[response=resp_AHO6kXcLIyodjcVIdssp3] Response completed
[input_item=item_AHO6jQ5lMYX8rIqFROxm1] Previous Id: None
[input_item=item_AHO6jQ5lMYX8rIqFROxm1] Transcript: None
[input_item=item_AHO6jQ5lMYX8rIqFROxm1] Audio Start [ms]: 96
[input_item=item_AHO6jQ5lMYX8rIqFROxm1] Audio End [ms]: 800
[input_item=item_AHO6kvIURCVUYIiqN2GD7] Previous Id: None
[input_item=item_AHO6kvIURCVUYIiqN2GD7] Transcript: None
[input_item=item_AHO6kvIURCVUYIiqN2GD7] Audio Start [ms]: 832
[input_item=item_AHO6kvIURCVUYIiqN2GD7] Audio End [ms]: None
Expected/desired behavior
instruction of how to read the output in text and audio.
OS and Version?
Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)
Windows 10
Versions
Mention any other details that might be useful
Thanks! We'll be in touch soon.
The text was updated successfully, but these errors were encountered:
This issue is for a: (mark with an
x
)Minimal steps to reproduce
I run low_level_sample.py and it seems created response successfully.
But i do not know how to read the response (text and audio).
【python low_level_sample.py .\input\arc-easy-q237-tts.mp3 azure】
I also run client_sample.py and give it a existing directory to store the output. Response seems being created successfully, but the file to save the output is empty.
【python client_sample.py .\input\arc-easy-q237-tts.mp3 .\output azure】
Any log messages given by the failure
Configuring Session...Done
Received a control message: session.created
task: <rtclient.RTResponse object at 0x00000209FF0B86D0>
[response=resp_AHO6kXcLIyodjcVIdssp3] Response completed
[input_item=item_AHO6jQ5lMYX8rIqFROxm1] Previous Id: None
[input_item=item_AHO6jQ5lMYX8rIqFROxm1] Transcript: None
[input_item=item_AHO6jQ5lMYX8rIqFROxm1] Audio Start [ms]: 96
[input_item=item_AHO6jQ5lMYX8rIqFROxm1] Audio End [ms]: 800
[input_item=item_AHO6kvIURCVUYIiqN2GD7] Previous Id: None
[input_item=item_AHO6kvIURCVUYIiqN2GD7] Transcript: None
[input_item=item_AHO6kvIURCVUYIiqN2GD7] Audio Start [ms]: 832
[input_item=item_AHO6kvIURCVUYIiqN2GD7] Audio End [ms]: None
Expected/desired behavior
instruction of how to read the output in text and audio.
OS and Version?
Versions
Mention any other details that might be useful
The text was updated successfully, but these errors were encountered: