nn::snd::CTR::ClippingMode Enumerated Type

Syntax

enum ClippingMode;

Value

Value Description
CLIPPING_MODE_NORMAL Normal clipping.
CLIPPING_MODE_SOFT Soft clipping.

Description

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.

Revision History

2010/08/18
Initial version.

CONFIDENTIAL