问题描述
有人可以帮我吗...
我需要将vox文件转换为wav ...
我已经尝试过google,codeguru,stackoverflow等...
vox文件的编码为: A律8000 HZ ....
任何参考,任何线索,几乎所有内容.
除了c,c ++.是的...那是正确的,不能处理c,c ++ ...
问候...
到目前为止我的工作...
我已经尝试过 SOX 实用程序,但是没有用,它确实会生成wav文件,但是噪音太大.
现在可用于文本到语音的SDK v5.1.
我有一种预感,如果我可以将我的vox文件传递给spVoice类,然后将其另存为wav ...
但这可能是彻头彻尾的愚蠢的预感,但是...
任何有过sdk经验的人...?
Can anyone please help me out...
I need to convert a vox file to wav...
I have tried the google, codeguru, stackoverflow etc...
vox file encoding is: A-Law mono at 8000 HZ....
any reference, any clue, almost anything goes.
Except, c, c++. yea... thats correct can''t handle c, c++...
regards...
my working so far...
I have tried SOX utility, but no use, it does generates the wav file but with too much noise.
now working on text-to-speech SDK v5.1.
I have a hunch that, if somehow i can pass my vox file to the spVoice class and then save it as wav...
but it can be a downright stupid hunch, nevertheless...
anyone with experience in said sdk...?
推荐答案
这篇关于在C#.net中将A-law mono .vox文件转换为.wav文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!