On Wed Jan 17 22:58:15 2024 +0000, Rémi Bernon wrote:
Imo these static initializations are better done in struct initializers, with designated initialization to make it readable. Anything that's not set will be zero-initialized and can be omitted.
Yeah, I will do that. These were just copied from `CreateStandardAudioPath`