Partager via


AudioStreamFormat.GetWaveFormat Méthode

Définition

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

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

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.

waveFormat
AudioStreamWaveFormat

Format spécifié à l’intérieur du conteneur WAV.

Retours

Format de flux audio en cours de création.

Remarques

Voir aussi :

S’applique à