变声器,是怎么制作的?
我希望在我的 iPhone 应用程序中实现一个变声器。有点像《会说话的朋友》。我有 5 种不同的声音风格。
任何人都可以给出任何信息的提示
,非常感谢 谢谢。
I'm looking to implement a voice changer into my iPhone app. Something a bit like Talking Friends. I have 5 different voice styles.
anyone can give a hint
any info much appreciated
thx.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,没有
UIDarthVaderify()
对象。有一个名为 Skype Voice Changer 的开源项目,它是用 C# 编写的,所以你显然不能直接在Cocoa Touch 项目,但您可以了解语音更改的工作原理。本质上,您希望改变输出信号的频率分布,而不改变代表扬声器发出的音素的包络。Unfortunately there is no
UIDarthVaderify()
object. There's an open source project called Skype Voice Changer, it's in C# so you obviously can't use it directly in a Cocoa Touch project but you can learn how voice changing works. Essentially you're looking to change the frequency distribution of the output signal without changing the envelope that represents the phonemes being made by the speaker.