# 如果要修改配置,可以复制此文件并重命名为“config.ini”再修改 [app] # 语音ID,如果为空则使用默认的。取值看启动时“Available voices:”这条日志里的ID tts_voice_id = # 语速 tts_rate = 250 # 音量 tts_volume = 1.0 # 最大队列长度,未读的消息数超过这个长度则不会读新的消息 max_tts_queue_size = 5 # 消息模板,如果为空则不读 # 弹幕 template_text = {author_name} 说,{content} # 免费礼物 # template_free_gift = {author_name} 赠送了{num}个{gift_name},总价{total_coin}银瓜子 template_free_gift = {author_name} 赠送了{num}个{gift_name} # 付费礼物 template_paid_gift = {author_name} 赠送了{num}个{gift_name},总价{price:.1f}元 # 上舰 template_member = {author_name} 购买了{num}{unit} {guard_name},总价{price:.1f}元 # 醒目留言 template_super_chat = {author_name} 发送了{price}元的醒目留言,{content}