mindspore.dataset.audio.ResampleMethod
- class mindspore.dataset.audio.ResampleMethod[源代码]
Resample method
Possible enumeration values are: ResampleMethod.SINC_INTERPOLATION, ResampleMethod.KAISER_WINDOW.
ResampleMethod.SINC_INTERPOLATION: means it resample the tensor with sinc interpolation.
ResampleMethod.KAISER_WINDOW: means it resample the tensor with kaiser window.