Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在写一个 Pepper 讲述的故事。这个故事有4个角色——2男2女。说话时是否可以让 Pepper 听起来像男人/女人。
您可以更改辣椒声音的音高,使其听起来更男性/女性。要更改编排中的音高,您可以调整声音整形参数。
如果你在 python 中编码,那么语法是:
tts.say("\\vct=150\\My name is Juliet") tts.say("\\vct=50\\Now I am Romeo")
这里有一些关于声音塑造的更多细节。对话脚本中可以使用相同的语法。