gpt4 book ai didi

macos - 当输出格式为波形时出现错误

转载 作者:行者123 更新时间:2023-12-02 03:50:25 25 4
gpt4 key购买 nike

我尝试使用 mac 的 say 命令创建波形文件,但是出现以下错误:

$ say "hello" -o hi.wav

Opening output file failed: fmt?

虽然,

$ say --file-format=?

WAVE WAVE (.wav) [lpcm,ulaw,alaw]

有什么方法可以输出波形文件吗?

最佳答案

它从文件扩展名推断文件格式,但您需要指定数据格式:

say -o hi.wav --data-format=LEF32@22050 "hello"

关于macos - 当输出格式为波形时出现错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9729153/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com