目 录CONTENT

目录

MRT note Custom TTS/ Sounds

林无双
2024-08-31 / 0 评论 / 0 点赞 / 31 阅读
https://media.wago.io/screenshots/RHGbhxJio/66d23161aec0540595f55c07.jpg
MRT note Custom TTS/ Sounds This is a weakaura that I made for myself to minimize visual/audio clutter. It lets you choose which specific note entries trigger TTS and which don't. It is made to be compatible with standard Kaze WA. Works best with TTS setting disabled. TTS
CodeDescription
{time:0:15,wa:TTS} This is it, Luigi!Plays TTS "This is it, Luigi!" 2 seconds (Default) before event
{time:0:15,wa:TTS:10} This is it, Luigi!Plays TTS "This is it, Luigi!" at 5th second of the fight 10 seconds before event
More TTS voices can be added in your Windows Text to Speech settings. Input the name of any specific installed TTS voice into Weakaura custom options. Set to David by default Custom Sounds
CodeDescription
{time:0:10,wa:Warning}Plays default sound (BikeHorn) at 10th second of the fight
{time:0:10,wa:Warning:3}Plays default sound (BikeHorn) at 7th second of the fight (3 seconds before event)
{time:0:10,wa:Warning:3@AirHorn}Plays AirHorn sound at 7th second of the fight (3 seconds before event)
{time:0:10,wa:Warning@AirHorn}Plays AirHorn sound at 10th second of the fight
{time:0:10,wa:Warning:3@WeakAuras/Media/Sounds/AirHorn.ogg}Plays custom sound located at the specified folder at 7th second of the fight
Supports sounds from LibSharedMedia. You don't need to specify the sound folder and just insert the name after "@". You can find the full list of available sounds using the command: /run for k,v in pairs(LibStub("LibSharedMedia-3.0"):List("sound")) do print(v) end Targeted TTS Announcements You can specify name and class for targeted TTS announcements. ">" indicated that TTS should be filtered in the specified manner Put names into round brackets. It doesn't matter if name is class colored or not Separate targeted groups with ":"
CodeDescription
{time:0:15,wa:TTS:5>(Bloom)}TTS that only players named Bloom can hear.
{time:0:15,wa:TTS:5>WARRIOR}TTS that only warriors can hear.
{time:0:15,wa:TTS:5>(Bloom):WARRIOR:HUNTER}TTS that only warriors, hunters, and a player named Bloom can hear.
You can change TTS settings in custom options. This will not affect your global settings, only TTS within this WeakAura. special thanks to HopeAsd for the original version of this WA
MRT note Custom TTS/ Sounds This is a weakaura that I made for myself to minimize visual/audio clutter. It lets you choose which specific note entries trigger TTS and which don't. It is made to be compatible with standard Kaze WA. Works best with TTS setting disabled. TTS
CodeDescription
{time:0:15,wa:TTS} This is it, Luigi!Plays TTS "This is it, Luigi!" 2 seconds (Default) before event
{time:0:15,wa:TTS:10} This is it, Luigi!Plays TTS "This is it, Luigi!" at 5th second of the fight 10 seconds before event
More TTS voices can be added in your Windows Text to Speech settings. Input the name of any specific installed TTS voice into Weakaura custom options. Set to David by default Custom Sounds
CodeDescription
{time:0:10,wa:Warning}Plays default sound (BikeHorn) at 10th second of the fight
{time:0:10,wa:Warning:3}Plays default sound (BikeHorn) at 7th second of the fight (3 seconds before event)
{time:0:10,wa:Warning:3@AirHorn}Plays AirHorn sound at 7th second of the fight (3 seconds before event)
{time:0:10,wa:Warning@AirHorn}Plays AirHorn sound at 10th second of the fight
{time:0:10,wa:Warning:3@WeakAuras/Media/Sounds/AirHorn.ogg}Plays custom sound located at the specified folder at 7th second of the fight
Supports sounds from LibSharedMedia. You don't need to specify the sound folder and just insert the name after "@". You can find the full list of available sounds using the command: /run for k,v in pairs(LibStub("LibSharedMedia-3.0"):List("sound")) do print(v) end Targeted TTS Announcements You can specify name and class for targeted TTS announcements. ">" indicated that TTS should be filtered in the specified manner Put names into round brackets. It doesn't matter if name is class colored or not Separate targeted groups with ":"
CodeDescription
{time:0:15,wa:TTS:5>(Bloom)}TTS that only players named Bloom can hear.
{time:0:15,wa:TTS:5>WARRIOR}TTS that only warriors can hear.
{time:0:15,wa:TTS:5>(Bloom):WARRIOR:HUNTER}TTS that only warriors, hunters, and a player named Bloom can hear.
You can change TTS settings in custom options. This will not affect your global settings, only TTS within this WeakAura. special thanks to HopeAsd for the original version of this WA

自动创建于:2024-08-31 05:40:54
0
  1. 支付宝打赏

    qrcode alipay
  2. 微信打赏

    qrcode weixin

评论区