I have a project where I want to play 20 music files on power up and then if any of the triggers are hit music volume would decrease and play the triggered voice track once it is over music would increase back to the original level and wait for the next trigger. Is this possible without modification
When you say “play 20 music files on power up”, do you mean all at once, or one after another? What happens after they all play?
Reducing the volume while the voice plays (called ducking) is not possible using just Tsunami triggers, but can easily be accomplished if you use an Arduino controller board (such as a Teensy or a Redboard Qwiic) and the Tsunami Serial or Qwiic Library to control the Tsunami.
Play one after another upon power up ok I was not sure if the board would handle on its on or not. Thank you I will research this further