Delen via


AudioStreamFormat.GetWaveFormat Methode

Definitie

Hiermee maakt u een audiostream-indelingsobject met de opgegeven waveformat-kenmerken.

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

Parameters

samplesPerSecond
UInt32

Steekproeffrequentie, in steekproeven per seconde (Hertz).

bitsPerSample
Byte

Bits per voorbeeld.

channels
Byte

Aantal kanalen in de waveform-audio-gegevens.

waveFormat
AudioStreamWaveFormat

De indeling die is opgegeven in de WAV-container.

Retouren

De audiostreamindeling die wordt gemaakt.

Opmerkingen

Zie ook: 0ab08ec48c1c4778a80e81686d187f5971155fc4ef7c4866b4478aab64a9ac78

Van toepassing op