你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AudioStreamFormat.GetWaveFormatPCM(UInt32, Byte, Byte) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建具有指定 PCM 波形特征的音频流格式对象。
public static Microsoft.CognitiveServices.Speech.Audio.AudioStreamFormat GetWaveFormatPCM (uint samplesPerSecond, byte bitsPerSample, byte channels);
static member GetWaveFormatPCM : uint32 * byte * byte -> Microsoft.CognitiveServices.Speech.Audio.AudioStreamFormat
Public Shared Function GetWaveFormatPCM (samplesPerSecond As UInteger, bitsPerSample As Byte, channels As Byte) As AudioStreamFormat
参数
- samplesPerSecond
- UInt32
采样率,以每秒样本 (赫茨) 。
- bitsPerSample
- Byte
每个样本的位数。
- channels
- Byte
波形音频数据中的声道数。
返回
正在创建的音频流格式。
注解
另请参阅: