你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AudioStreamFormat.GetWaveFormat 方法

定义

创建具有指定波形特征的音频流格式对象。

public static Microsoft.CognitiveServices.Speech.Audio.AudioStreamFormat GetWaveFormat (uint samplesPerSecond, byte bitsPerSample, byte channels, Microsoft.CognitiveServices.Speech.Audio.AudioStreamWaveFormat waveFormat);
static member GetWaveFormat : uint32 * byte * byte * Microsoft.CognitiveServices.Speech.Audio.AudioStreamWaveFormat -> Microsoft.CognitiveServices.Speech.Audio.AudioStreamFormat
Public Shared Function GetWaveFormat (samplesPerSecond As UInteger, bitsPerSample As Byte, channels As Byte, waveFormat As AudioStreamWaveFormat) As AudioStreamFormat

参数

samplesPerSecond
UInt32

采样率,以每秒样本 (赫茨) 。

bitsPerSample
Byte

每个样本的位数。

channels
Byte

波形音频数据中的声道数。

waveFormat
AudioStreamWaveFormat

WAV 容器中指定的格式。

返回

正在创建的音频流格式。

注解

另请参阅:

适用于