mindspore.dataset.audio.ResampleMethod
- class mindspore.dataset.audio.ResampleMethod[source]
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.