Audio-specific reading options.
| Enumerator |
|---|
| NONE | |
| NORMALIZE | Not implemented — placeholder for future volume filter.
|
| CONVERT_TO_MONO | Not implemented — placeholder for channel mixer.
|
| DEINTERLEAVE | Output planar (per-channel) doubles instead of interleaved.
|
| ALL | |
Definition at line 16 of file SoundFileReader.hpp.
16 : uint32_t {
17 NONE = 0,
21 ALL = 0xFFFFFFFF
22};
@ CONVERT_TO_MONO
Not implemented — placeholder for channel mixer.
@ NORMALIZE
Not implemented — placeholder for future volume filter.
@ DEINTERLEAVE
Output planar (per-channel) doubles instead of interleaved.