nn::snd::CTR::ClippingMode Enumerated Typeenum ClippingMode;
| Value | Description |
|---|---|
CLIPPING_MODE_NORMAL |
Normal clipping. |
CLIPPING_MODE_SOFT |
Soft clipping. |
Enumerated type that represents the clipping mode.
The final sound output is clipped if it overflows 16 bits. The SND library provides two types of clipping: normal clipping and soft clipping. Soft clipping reduces high-frequency noise more than normal clipping.
CONFIDENTIAL