Module: GstAudio::AudioNoiseShapingMethod
- Defined in:
- (unknown)
Constant Summary collapse
- NONE =
No noise shaping (default)
0 or :none
- ERROR_FEEDBACK =
Error feedback
1 or :error_feedback
- SIMPLE =
Simple 2-pole noise shaping
2 or :simple
- MEDIUM =
Medium 5-pole noise shaping
3 or :medium
- HIGH =
High 8-pole noise shaping
4 or :high