autoSoftClip property

bool autoSoftClip
final

If the packet is decoded to floats, autoSoftClip can be set to true to perform sofclipping right after decoding without additional memory copying.

Read more about soft clipping at the toplevel pcmSoftClip function.

Implementation

final bool autoSoftClip;