AudioQuality

Simplified audio quality presets for common use cases.

These presets provide sensible defaults so users don't need to understand the details of sample rates, bit depths, and channel configurations.

Entries

Link copied to clipboard

Optimized for voice/speech recording. Mono, 16kHz, 16-bit PCM - efficient for speech recognition and voice messages.

Link copied to clipboard

Standard quality audio. Mono, 44.1kHz, 16-bit PCM - CD quality mono, good balance of quality and size.

Link copied to clipboard

High quality stereo audio. Stereo, 48kHz, 16-bit PCM - professional quality for music and high-fidelity recording.

Link copied to clipboard

Lossless studio quality. Stereo, 96kHz, 24-bit PCM - maximum quality for professional audio production.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard

The underlying audio format configuration

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.