Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要将音频文件(将特定的 mp3 文件转换为简单文本),然后将该文本再次转换回 mp3,这是我的移动应用程序的功能之一,这可能吗?如果是,那么如何?请指导。
您可以在此处找到音频到文本的答案(第二篇文章)
对于文本到音频,我会使用任何文本到语音。在 c# 中,您还可以使用 System.Speech。