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

11 lines
419 B
ReStructuredText
Raw Normal View History

mindspore.dataset.audio.ResampleMethod
======================================
.. py:class:: mindspore.dataset.audio.ResampleMethod
音频重采样方法。
可选的枚举值包括ResampleMethod.SINC_INTERPOLATION、ResampleMethod.KAISER_WINDOW。
- **ResampleMethod.SINC_INTERPOLATION** - 使用sinc插值重新采样。
- **ResampleMethod.KAISER_WINDOW** - 使用kaiser窗口重新采样。