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

12 lines
417 B
ReStructuredText
Raw Permalink 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.ResampleMethod
======================================
.. py:class:: mindspore.dataset.audio.ResampleMethod
重采样方法。
可选的枚举值包括ResampleMethod.SINC_INTERPOLATION、ResampleMethod.KAISER_WINDOW。
- **ResampleMethod.SINC_INTERPOLATION** - 香农插值或sinc插值公式。
- **ResampleMethod.KAISER_WINDOW** - 使用kaiser窗口重新采样。