如何在C#中改变声音的音调
我正在开发一个应用程序,旨在记录用户的声音并以不同的音调(女性音调,机器人音调)播放它,
我想知道我需要对声音进行哪些更改才能实现这些声音(女性和机器人的间距)
i'm developing an application that aims to record the voice of the user and play it in different tones ( female tone , robot tone )
i wanted to know what changes do i need to do in the sound that needed to achieve those voices (the pitch of the female and the robot)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
SoundTouch 是一个开源音频处理库,用于更改音频的速度、音调和播放速率流或音频文件。
改变音调正是您正在寻找的......
SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or audio files.
changing the Pitch is what you're looking for...