简体   繁体   English

通过C ++ / Java进行音频编辑

[英]Audio editing through C++/Java

I wrote text-to-speech engine (from scratch) and it works pretty fine. 我写了文本到语音引擎(从头开始),它工作得很好。 But sound needs to be a little bit smoother. 但是声音需要更平滑一些。 I can achieve it in audio editing programs (editing output file). 我可以在音频编辑程序(编辑输出文件)中实现它。 But how can I do complex editing through C++/Java? 但是如何通过C ++ / Java进行复杂的编辑呢? How other text-to-speech engines do it? 其他文字转语音引擎如何做到这一点?

Text to speech engines are applying complex filters on the output audio. 文本到语音引擎正在对输出音频应用复杂的过滤器。 These filters depend on the language. 这些过滤器取决于语言。

I recommend you to find a good book on audio processing. 我建议您找到一本有关音频处理的好书。 Since the topic is very complex, a good book might shed some light on the problem. 由于主题非常复杂,因此一本好书可能会阐明该问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM