mindspore/docs/api/api_python/dataset_audio/mindspore.dataset.audio.Ove...

11 lines
469 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

mindspore.dataset.audio.Overdrive
=================================
.. py:class:: mindspore.dataset.audio.Overdrive(gain=20.0, color=20.0)
对输入音频应用过载。
参数:
- **gain** (float, 可选) - 期望提升或衰减的音频增益单位dB范围为[0, 100]。默认值20.0。
- **color** (float, 可选) - 控制过驱动输出中的偶次谐波内容量,范围为[0, 100]。默认值20.0。