Add bass & treble argument to media_player extra dictionary & correct the announce queue order

It would be great if you could adjust the bass and treble of a media player when it executes media_player.play_media => announce. Some smartspeakers and/or the generated voice files are very bass-heavy, which makes the output somewhat unclear or the ongoing sound output has to be interrupted by the use and processing of a queue, as this solution allows the parameters to be adjusted before the output.

It would also be great if the announce queue were played in the correct order.
Currently, the queue passed to a script delivers the following result:

Input:

  • Hi, I’ll tell you something
  • Today is a nice day

Output :

  • Today is a nice day
  • Hi, I’ll tell you something

With the sonos.play_queue service, for example, all transferred records are output in the correct order.

Thank you for your hard and awesome work :slight_smile:

Duplicate request.
Please vote there and add in your request for queue order change.
Balance/bass/treble controls for MediaPlayer entities.