mindspore/docs/api/api_python/dataset_audio/mindspore.dataset.audio.Fad...

15 lines
684 B
ReStructuredText
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

mindspore.dataset.audio.FadeShape
=================================
.. py:class:: mindspore.dataset.audio.FadeShape
淡入淡出形状。
可能的枚举值包括FadeShape.QUARTER_SINE、FadeShape.HALF_SINE、FadeShape.LINEAR、FadeShape.LOGARITHMIC、FadeShape.EXPONENTIAL。
- **FadeShape.QUARTER_SINE**:表示淡入淡出形状为四分之一正弦模式。
- **FadeShape.HALF_SINE**:表示淡入形状为半正弦模式。
- **FadeShape.LINEAR**:表示淡入淡出形状为线性模式。
- **FadeShape.LOGARITHMIC**:表示淡入淡出形状为对数模式。
- **FadeShape.EXPONENTIAL**:表示淡入淡出形状为指数模式。