mindspore.dataset.audio.ResampleMethod ====================================== .. image:: https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/master/resource/_static/logo_source.svg :target: https://gitee.com/mindspore/mindspore/blob/master/docs/api/api_python/dataset_audio/mindspore.dataset.audio.ResampleMethod.rst :alt: 查看源文件 .. py:class:: mindspore.dataset.audio.ResampleMethod 重采样方法。 可选的枚举值包括: ``ResampleMethod.SINC_INTERPOLATION`` 、 ``ResampleMethod.KAISER_WINDOW`` 。 - **ResampleMethod.SINC_INTERPOLATION** - 香农插值或sinc插值公式。 - **ResampleMethod.KAISER_WINDOW** - 使用kaiser窗口重新采样。