mindspore.dataset.audio.ResampleMethod ====================================== .. py:class:: mindspore.dataset.audio.ResampleMethod 重采样方法。 可选的枚举值包括: ``ResampleMethod.SINC_INTERPOLATION`` 、 ``ResampleMethod.KAISER_WINDOW`` 。 - **ResampleMethod.SINC_INTERPOLATION** - Whittaker-Shannon插值或sinc插值公式。 - **ResampleMethod.KAISER_WINDOW** - Kaiser窗口插值。