Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AudioStreamFormat Class
Definition
- Namespace:
- Microsoft.CognitiveServices.Speech.Audio
- Assembly:
- Microsoft.CognitiveServices.Speech.csharp.dll
- Package:
- Microsoft.CognitiveServices.Speech v1.50.0
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents audio stream format used for custom audio input configurations. Updated in 1.5.0
public sealed class AudioStreamFormat : IDisposable
type AudioStreamFormat = class
interface IDisposable
Public NotInheritable Class AudioStreamFormat
Implements IDisposable
- Inheritance
-
AudioStreamFormat
- Implements
Methods
| Name | Description |
|---|---|
| Dispose() |
Dispose of associated resources. |
| GetCompressedFormat(AudioStreamContainerFormat) |
Creates an audio stream format object that specifies which compressed audio container format the input uses. Added in 1.4.0 |
| GetDefaultInputFormat() |
Creates an audio stream format object that represents the default microphone input format (16 kHz, 16 bit, mono PCM). |
| GetDefaultOutputFormat() |
Creates an audio stream format object that represents the default speaker output format (16 kHz, 16 bit, mono PCM). Added in 1.4.0 |
| GetWaveFormat(UInt32, Byte, Byte, AudioStreamWaveFormat) |
Creates an audio stream format object with the specified waveformat characteristics. |
| GetWaveFormatPCM(UInt32, Byte, Byte) |
Creates an audio stream format object with the specified PCM waveformat characteristics. |
Applies to
Azure SDK for .NET
Feedback
Was this page helpful?
