Page 1 of 1

No Sound @ Splashscreen

Posted: Tue Dec 18, 2018 10:16 am
by Deen
Hi there,

I've added a custom splashscreen with sound, but I'm getting no audio at starting the zero up. Already played with omxplayer -o attributes, leading to nothing. Any idea? :)

Ty!

Re: No Sound @ Splashscreen

Posted: Wed Jan 16, 2019 9:33 am
by correia5022
Edit '/etc/init.d/asplashscreen' and change the line:

omxplayer -o both -b --layer 10000 "$line"

to:

omxplayer -o alsa -b --layer 10000 "$line"

(the change is 'both' to 'alsa')
And you have sound on splashscreen :)

Hope it helps..
taken from: https://sudomod.com/forum/viewtopic.php ... een#p59535