mindspore.dataset.audio.Interpolation ===================================== .. 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.Interpolation.rst :alt: 查看源文件 .. py:class:: mindspore.dataset.audio.Interpolation 音频波形的插值模式。 可选的枚举值包括: ``Interpolation.LINEAR`` 和 ``Interpolation.QUADRATIC`` 。 - **Interpolation.LINEAR** - 插值模式为线性。 - **Interpolation.QUADRATIC** - 插值模式为二次型。