forked from mindspore-Ecosystem/mindspore
11 lines
419 B
ReStructuredText
11 lines
419 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窗口重新采样。
|