The BPI bit (also referred to as BPI-bit, or bpi:bit) is an ESP32 based board with several features (https://forum.banana-pi.org/t/bpi-bit-webduino-and-arduino-board-with-eps32-for-steam-education/4854). Works perfectly with BIPES!
It includes a buzzer, so we can make a menu to ask which music the user wants to listen to with BIPES! The buzzer is on GPIO25:
Then we can type the music we want:

Files => songs.py has a list of available songs.
But wait! There’s more! You can start a BIPES web server and create a web interface to select the song from any device using a web browser:

The program used for that is: