forked from mindspore-Ecosystem/mindspore
10 lines
323 B
ReStructuredText
10 lines
323 B
ReStructuredText
|
|
mindspore.dataset.audio.MuLawEncoding
|
|||
|
|
=====================================
|
|||
|
|
|
|||
|
|
.. py:class:: mindspore.dataset.audio.MuLawEncoding(quantization_channels=256)
|
|||
|
|
|
|||
|
|
基于mu-law压缩的信号编码。
|
|||
|
|
|
|||
|
|
参数:
|
|||
|
|
- **quantization_channels** (int, 可选) - 通道数,必须为正数。默认值:256。
|