Hello and welcome to uos forum.
> Does anybody know if the UOS package can be installed on a Raspberry with Lazarus on it?
Yes, uos works on Raspberry.
There are also compiled libraries provided for this.
You may try Eschecs that uses uos on Rpi:
https://github.com/rchastain/eschecs/releasesYou may try also StrumPract that uses uos on Rpi, it has recording feature:
https://github.com/fredvs/strumpract/releases> To use the microphone input jack
> does anybody have example code? Greets, W.
Please take a look at all the examples in /uos/examples/.
There are *.lpi (Lazarus project) included.
Just open a project with Lazarus, compile it and run it.
For recording take a look at SimpleRecorder.lpi
About recording from HDMI, I never test it.
But audio works, for sure, with HDMI on Rpi.
Fre;D