【发布时间】:2020-12-10 17:04:19
【问题描述】:
我正在寻找语音 sdk 和一些示例中的功能,它可以让我从 Azure 语音中翻译来自麦克风以外的其他来源的实时流。 到目前为止,我找到了两个不完全符合我需求的解决方案
这个,翻译直播,但似乎使用默认麦克风。
我也找到了这个解决方案,使用speech_recognition_with_push_stream().,女巫很接近,但似乎没有翻译。只有语音到文本:
Azure Speech SDK Speech to text from stream using python
感谢您的帮助!
【问题讨论】:
标签: python azure speech-recognition translate azure-speech