forked from mindspore-Ecosystem/mindspore
12 lines
417 B
ReStructuredText
12 lines
417 B
ReStructuredText
mindspore.dataset.audio.ResampleMethod
|
||
======================================
|
||
|
||
.. py:class:: mindspore.dataset.audio.ResampleMethod
|
||
|
||
重采样方法。
|
||
|
||
可选的枚举值包括:ResampleMethod.SINC_INTERPOLATION、ResampleMethod.KAISER_WINDOW。
|
||
|
||
- **ResampleMethod.SINC_INTERPOLATION** - 香农插值或sinc插值公式。
|
||
- **ResampleMethod.KAISER_WINDOW** - 使用kaiser窗口重新采样。
|