Compartir a través de


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

Definición

Crea un objeto de formato de secuencia de audio con las características de formato de onda PCM especificadas.

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

Parámetros

samplesPerSecond
UInt32

Frecuencia de muestreo, en muestras por segundo (Hertz).

bitsPerSample
Byte

Bits por ejemplo.

channels
Byte

Número de canales en los datos de forma de onda y audio.

Devoluciones

Formato de secuencia de audio que se va a crear.

Comentarios

Consulte también:

Se aplica a