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

12 lines
370 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.Interpolation
=====================================
.. py:class:: mindspore.dataset.audio.Interpolation
音频波形的插值模式。
可选的枚举值包括Interpolation.LINEAR和Interpolation.QUADRATIC。
- **Interpolation.LINEAR** - 插值类型为线性。
- **Interpolation.QUADRATIC** - 插值类型为二次型。