Megosztás a következőn keresztül:


AudioStreamFormat.GetWaveFormat Metódus

Definíció

Létrehoz egy hangstream formátumú objektumot a megadott hullámformázási jellemzőkkel.

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éterek

samplesPerSecond
UInt32

Mintasebesség másodpercenkénti mintákban (Hertz).

bitsPerSample
Byte

Bitek mintánként.

channels
Byte

A hullámforma-hangadatok csatornáinak száma.

waveFormat
AudioStreamWaveFormat

A WAV-tárolóban megadott formátum.

Válaszok

A létrehozott hangstream formátuma.

Megjegyzések

Lásd még: 0ab08ec48c1c4778a80e81686d187f5971155fc4ef7c4866b4478aab64a9ac78

A következőre érvényes: