On Mon Feb 20 20:21:14 2023 +0000, Bernhard Kölbl wrote:
Ah, my idea was to have different load functions for different used libs. e.g. In case we ever have speech synthesis, I'd add a `unix_speech_<SOMELIB>_process_attach`. (keeping different compile configs in mind)
You could do all the unix side initialization in a single `process_attach` call, loading each backend one after the other.