abertschi / ad-free

A modularized audio ad blocker for Android
https://abertschi.ch/blog/2022/building-adfree/
Apache License 2.0
273 stars 19 forks source link

Mute Chromecast if ads are being played. #22

Open grische opened 6 years ago

grische commented 6 years ago

The current version of ad-free does detect ads while music is streamed to a Chromecast, but it doesn't mute the Chromecast.

abertschi commented 6 years ago

To my knowledge there is no official way for an application to control volume on a Chromecast when the app itself is not providing content.

The Google Home app has such capabilities, however.

2018-05-12 13 12 35

A way to approach this feature is to reverse engineer how Google's app does it and integrate it into Ad-Free.

I will flag this as a feature-request. Currently I don't have time for this.