Identifier: audio_formats[ ]

Type

string

Description

A string array containing the possible audio format values suitable as parameters to the audio record command.

Audio recording is currently available on Windows systems only, for which the length of this array is installation-dependent. It will contain values similar to the following:

11.025 kHz, mono, 8-bit
11.025 kHz, mono, 16-bit
11.025 kHz, stereo, 8-bit
11.025 kHz, stereo, 16-bit
22.05 kHz, mono, 8-bit
22.05 kHz, mono, 16-bit
22.05 kHz, stereo, 8-bit
22.05 kHz, stereo, 16-bit
44.1 kHz, mono, 8-bit
44.1 kHz, mono, 16-bit
44.1 kHz, stereo, 8-bit
44.1 kHz, stereo, 16-bit

On Unix systems, this array will have a zero length

The values in the array are maintained by the system and are thus read-only.