Partager via


AudioStreamFormat.GetWaveFormatPCM(UInt32, Byte, Byte) Méthode

Définition

Crée un objet de format de flux audio avec les caractéristiques de format d’onde PCM spécifiées.

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

Paramètres

samplesPerSecond
UInt32

Taux d’échantillonnage, en échantillons par seconde (Hertz).

bitsPerSample
Byte

Bits par exemple.

channels
Byte

Nombre de canaux dans les données audio de forme d’onde.

Retours

Format de flux audio en cours de création.

Remarques

Voir aussi :

S’applique à