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
Code | Description |
{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
Code | Description |
{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 ":"
Code | Description |
{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
Code | Description |
{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
Code | Description |
{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 ":"
Code | Description |
{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
评论区