Azure-Samples / cognitive-services-speech-sdk

Sample code for the Microsoft Cognitive Services Speech SDK
MIT License
2.69k stars 1.79k forks source link

After real-time speech-to-text conversion in IOS, can the resulting voice file be saved, and where to get it if it is saved? #2464

Open pengcheng933 opened 5 days ago

pengcheng933 commented 5 days ago

After real-time speech-to-text conversion in IOS, can the resulting voice file be saved, and where to get it if it is saved?

pankopon commented 3 days ago

Hi, what do you mean by "the resulting voice file"? If it's really speech to text that you are using, then the input is audio that you provide and the output is speech recognition results as text. There is no output audio.