• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1mindspore.dataset.audio.Interpolation
2=====================================
3
4.. py:class:: mindspore.dataset.audio.Interpolation
5
6    音频波形的插值模式。
7
8    可选的枚举值包括: ``Interpolation.LINEAR`` 和 ``Interpolation.QUADRATIC`` 。
9
10    - **Interpolation.LINEAR** - 插值模式为线性。
11    - **Interpolation.QUADRATIC** - 插值模式为二次型。
12