次の方法で共有


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

サンプル レート (1 秒あたりのサンプル数 (Hertz)。

bitsPerSample
Byte

サンプルあたりのビット数。

channels
Byte

波形オーディオ データ内のチャネルの数。

waveFormat
AudioStreamWaveFormat

WAV コンテナー内で指定された形式。

戻り値

作成されるオーディオ ストリーム形式。

注釈

関連項目:

適用対象