少年游aaaaa_个人页

个人头像照片 少年游aaaaa
个人头像照片
0
2
0

个人介绍

暂无个人介绍

擅长的技术

获得更多能力
通用技术能力:

暂时未有相关通用技术能力~

云产品技术能力:

暂时未有相关云产品技术能力~

阿里云技能认证

详细说明
暂无更多信息

2022年11月

正在加载, 请稍后...
暂无更多信息
  • 回答了问题 2022-11-26

    语音情感合成

    from scipy.io.wavfile import write from modelscope.outputs import OutputKeys from modelscope.pipelines import pipeline from modelscope.utils.constant import Tasks text = '待合成文本' model_id = 'damo/speech_sambert-hifigan_tts_zhizhe_emo_zh-cn_16k' sambert_hifigan_tts = pipeline(task=Tasks.text_to_speech, model=model_id) output = sambert_hifigan_tts(input=text) pcm = output[OutputKeys.OUTPUT_PCM] write('output.wav', 16000, pcm) 使用modelscope时如何传入情感标签,我按照源码的参数传入,好像不起作用 output = sambert_hifigan_tts(input=text, inputs_emotion=5)
    踩0 评论1
  • 提交了问题 2022-11-25

    语音情感合成

正在加载, 请稍后...
滑动查看更多
正在加载, 请稍后...
暂无更多信息