NOTES:
- Up until
3.2.4 beta 4
there was an audio issue with Godot on a Raspberry Pi. To compile prior versions with the audio issue fixed, all references touint8_t
must be changed toint16_t
indrivers/alsa/audio_driver_alsa.cpp
.
You can use cross-compile-godot-raspberry-pi, a script to easily cross-compile Godot binaries for the Raspberry Pi from Linux x86_64.