AudioStreamFormat.GetWaveFormat Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET