Dela via


AudioStreamFormat.GetWaveFormat Metod

Definition

Skapar ett ljudströmformatobjekt med angivna vågformategenskaper.

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

Parametrar

samplesPerSecond
UInt32

Urvalsfrekvens i urval per sekund (Hertz).

bitsPerSample
Byte

Bitar per exempel.

channels
Byte

Antal kanaler i vågformsljuddata.

waveFormat
AudioStreamWaveFormat

Formatet som anges i WAV-containern.

Returer

Ljudströmformatet som skapas.

Kommentarer

Se även: 0ab08ec48c1c4778a80e81686d187f5971155fc4ef7c4866b4478aab64a9ac78

Gäller för