Files
Sebastian Beckmann 4ad3df3af8 coreaudio-encoder: Use canonical format enum instead of bitwise or
The enum members being getting the bitwise or here are from different
enums, and bitwise operations on members from different enums are
deprecated in C++20. kAudioFormatFlagsNativeFloatPacked is the
equivalent value (see its defintion), but removes the manual bitwise or.
2025-12-18 17:30:42 -05:00
..
2025-09-08 22:38:40 -04:00
2025-09-08 22:38:40 -04:00
2025-09-08 22:38:40 -04:00
2025-09-08 22:38:40 -04:00
2025-09-08 22:38:40 -04:00