LTVA1 / flipper-zero-video-player

An application for playing videos (with sound) on Flipper Zero.
MIT License
137 stars 5 forks source link

follow device silence mode #7

Closed blaineam closed 11 months ago

blaineam commented 12 months ago

It would be nice if the video player followed the device silent mode so that if it is in silent mode, the videos do not play sound and if the flipper zero is not in silent mode the video player allows audio to be played.

LTVA1 commented 12 months ago

Hmm I will search for the function that tells you if debice is in silent mode

blaineam commented 12 months ago

alternative option would maybe be to use the up and down arrows to control volume or maybe have one be a mute toggle if volume control is tricky. I wasnt able to find how to tie into the silent (stealth) mode either.

LTVA1 commented 12 months ago

Yeah I think it has enough power to multiply by volume

LTVA1 commented 11 months ago

Okay soon when I remember how to format the code I will push the commit that makes it silent

LTVA1 commented 11 months ago

Yes, now it should obey stealth mode

blaineam commented 11 months ago

it works thanks!