Hi All
I’ve been running a DGT Pi with Picochess v3. With a mini-speaker I hear the Tutor and a voice announcing the engine moves.
I find though that I really like the Picochess Webserver, especially because I get a completely different voice that announces both the engine moves and my moves. So I run the Chrome browser on my PC and unplug the mini-speaker. I like this arrangement so much I decided to put Picochess on a Pi 4b with a mini-touchscreen equipped with a super little speaker. The idea is that Chromium runs at start-up in kiosk mode at 127.0.0.1. I see the Webserver and get announcements for both sides via the browser.
I’ve installed the latest v3 image with Stockfish 13 on a Pi 4 B. The mini-screen (HDMI) with little speaker is installed and it is almost all working beautifully.
On my PC, if I point Chrome at the Picochess webserver on the Pi I get exactly what I want. Moves announced for both sides.
On the Pi I get the Tutor and Pico voices if I want them. Chromium is pointed at the Webserver (loopback address) and displays the page as it should. The only thing missing is the voice from the browser that announces both the engine and my moves. Sound is working via HDMI. VLC player works fine with sound. Youtube in the Chromium browser works fine with sound, but the Picochess page will not speak to me!
In Chromium settings the Allow sites to play sound is set to On and the Chromium browser tab Is not muted.
I’ve tried using the actual IP address rather than the loopback.
Any suggestions gratefully received.
I am searching for answers on here and elsewhere – honest.
cb
--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/picochess/22c5b13b-23fa-4db3-95e6-98cf9f2d29c7n%40googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "PicoChess" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/picochess/3o_KoAU6AkU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to picochess+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/picochess/273b1bc1-204b-4d6d-aa26-6135d263e7dfn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/picochess/96ccedc8-ac58-4597-9660-32f02c464466n%40googlegroups.com.

sudo nano /etc/xdg/lxsession/LXDE-pi/autostart
Mine looked like this:
@lxpanel --profile LXDE-pi
@pcmanfm --desktop --profile LXDE-pi
@xscreensaver -no-splash
I added:
/usr/bin/chromium-browser --kiosk --disable-restore-session-state http://localhost:80
Save the file, shutdown and power off, then restart.
I am wondering if full screen mode might be better than kiosk mode. I suppose it depends if one needs other interaction with the Pi. In kiosk mode the only way out as far as I know is ALT F4 and I've no idea how to do that with just a touchscreen. In full screen mode a swipe from the top gives an escape.
cb