AudioStreamFormat.GetWaveFormatPCM(UInt32, Byte, Byte) 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 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 à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET