How-to normalize home volume levels with Node-RED
blakeniemyjski.com
How-to normalize home volume levels with Node-RED
1–10 of 29 posts
Re: How-to normalize home volume levels with Node-RED
#2Does anyone have a set up to manage music service playback to media players like Google Home (or I guess it's Nest now) speakers?
It would be fantastic to start playing music via Spotify from the dashboard, or based on events and node-red flows. Not sure if the new forked-daapd integration will help me out here, but last time I tried to work with MPD specifically (unrelated project) I ran into walls left and right trying to get something working.
Re: How-to normalize home volume levels with Node-RED
#3I have a young kid now and she's in bed by 8:30. I'd like to watch TV in the living room in the evening after her bed time. I want to watch a movie like say, Avengers. I want to listen to the dialogue instead of/in addition to reading subtitles. The problem is in most movies, you have low volume dialogues, and then there's explosions and stuff with high volume (intended effect; which is nice at the theater, but not nice with a kid sleeping in the next room). I don't want to wear headphones. So I end up with a remote in hand, keep adjusting the volume high or low on reaction as quickly as my reflex allows me to.
Re: How-to normalize home volume levels with Node-RED
#4I know this article is about Alexa/Echo, but I wish a feature like this is built into TVs :) I have a young kid now and she's in bed by 8:30. I'd like to watch TV in the living room in the evening after her bed time. I want to watch a movie like say, Avengers. I want to listen to the dialogue instead of/in addition to reading subtitles. The problem is in most movies, you have low volume dialogues, and then there's ex…
Just have to hook up a mic to listen, and tune the audio level results so it's somewhat smart.
For TVs that connect to your network, there might be a built-in integration, or you can keep it simple and write API calls yourself in node-red.
If you have a dumb TV (not internet connected), then you'll probably be limited to solutions involving IR Trasmitters via MySensors[0] or EspHome[1].
[0] https://www.mysensors.org/build/ir [1] https://esphome.io/components/remote_transmitter.html
Re: How-to normalize home volume levels with Node-RED
#5I know this article is about Alexa/Echo, but I wish a feature like this is built into TVs :) I have a young kid now and she's in bed by 8:30. I'd like to watch TV in the living room in the evening after her bed time. I want to watch a movie like say, Avengers. I want to listen to the dialogue instead of/in addition to reading subtitles. The problem is in most movies, you have low volume dialogues, and then there's ex…
Re: How-to normalize home volume levels with Node-RED
#6I know this article is about Alexa/Echo, but I wish a feature like this is built into TVs :) I have a young kid now and she's in bed by 8:30. I'd like to watch TV in the living room in the evening after her bed time. I want to watch a movie like say, Avengers. I want to listen to the dialogue instead of/in addition to reading subtitles. The problem is in most movies, you have low volume dialogues, and then there's ex…
Re: How-to normalize home volume levels with Node-RED
#7I know this article is about Alexa/Echo, but I wish a feature like this is built into TVs :) I have a young kid now and she's in bed by 8:30. I'd like to watch TV in the living room in the evening after her bed time. I want to watch a movie like say, Avengers. I want to listen to the dialogue instead of/in addition to reading subtitles. The problem is in most movies, you have low volume dialogues, and then there's ex…
It’s also not so much about Alexa but about Node Red, I believe Alexa is just one possible source of sound in the whole system.
Re: How-to normalize home volume levels with Node-RED
#8I know this article is about Alexa/Echo, but I wish a feature like this is built into TVs :) I have a young kid now and she's in bed by 8:30. I'd like to watch TV in the living room in the evening after her bed time. I want to watch a movie like say, Avengers. I want to listen to the dialogue instead of/in addition to reading subtitles. The problem is in most movies, you have low volume dialogues, and then there's ex…
Re: How-to normalize home volume levels with Node-RED
#9I know this article is about Alexa/Echo, but I wish a feature like this is built into TVs :) I have a young kid now and she's in bed by 8:30. I'd like to watch TV in the living room in the evening after her bed time. I want to watch a movie like say, Avengers. I want to listen to the dialogue instead of/in addition to reading subtitles. The problem is in most movies, you have low volume dialogues, and then there's ex…
I've considered making a bastardised IR Arduino/raspberry pi remote based on sound levels. But of course I can never muster the motivation and don't have practical experience.
Re: How-to normalize home volume levels with Node-RED
#10I know this article is about Alexa/Echo, but I wish a feature like this is built into TVs :) I have a young kid now and she's in bed by 8:30. I'd like to watch TV in the living room in the evening after her bed time. I want to watch a movie like say, Avengers. I want to listen to the dialogue instead of/in addition to reading subtitles. The problem is in most movies, you have low volume dialogues, and then there's ex…