On Thu Jan 18 11:53:43 2024 +0000, Yuxuan Shui wrote:
Yeah, I will do that. These were just copied from `CreateStandardAudioPath`
So designated initializers are OK, but what's your opinion on assigning with struct literals? Like:
```c *format = (WAVEFORMATEX) { .nChannels = 1, }; ```