Dela via


AudioStreamFormat.GetWaveFormatPCM(UInt32, Byte, Byte) Metod

Definition

Skapar ett ljudströmformatobjekt med de angivna egenskaperna för PCM-vågformat.

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

Parametrar

samplesPerSecond
UInt32

Samplingsfrekvens i urval per sekund (Hertz).

bitsPerSample
Byte

Bitar per exempel.

channels
Byte

Antal kanaler i waveform-audio-data.

Returer

Ljudströmformatet som skapas.

Kommentarer

Se även: 8b98273f908d40a0adacae85a32cf23953105ae4ca644353b44f34866cf75a6f

Gäller för