다음을 통해 공유


AudioStreamFormat.GetWaveFormat 메서드

정의

지정된 파형 특성을 사용하여 오디오 스트림 형식 개체를 만듭니다.

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

매개 변수

samplesPerSecond
UInt32

샘플 속도(초당 샘플 수)(Hertz)입니다.

bitsPerSample
Byte

샘플당 비트 수입니다.

channels
Byte

파형 오디오 데이터의 채널 수입니다.

waveFormat
AudioStreamWaveFormat

WAV 컨테이너 내에 지정된 형식입니다.

반환

생성되는 오디오 스트림 형식입니다.

설명

참조: 0ab08ec48c1c4778a80e81686d187f5971155fc4ef7c4866b4478aab64a9ac78

적용 대상