VBA - Save SAPI speech to a GIVEN file type?

前端 未结 1 1005
太阳男子
太阳男子 2021-01-24 10:07

My Task

It\'s possible to use speech in Office applications. My goal to save MS SAPI speech to a given file type. AFAIK my code example saves to a WAV f

相关标签:
1条回答
  • 2021-01-24 10:33

    sapi only generates wav files.

    use ffmpeg to convert to other formats ... http://ffmpeg.org

    example of usage in vba ... use ffmpeg in vba to change video format

    0 讨论(0)
提交回复
热议问题