kxxt / aspeak

A simple text-to-speech client for Azure TTS API.
MIT License
494 stars 57 forks source link

synthesized data returned by Microsoft save to wav file #60

Closed ganjunhong closed 1 year ago

ganjunhong commented 1 year ago

There is a technical point I would like to ask you: after receiving the synthesized data returned by Microsoft, what processing do you need to do to save it to the wav file? I look forward to your advice. Thank you.

kxxt commented 1 year ago

No processing is needed. The returned data already contains a correct wav file header.