Skip to content
Constant

AUDIO_CODECS

List of known audio codecs, ordered by encoding preference.

ts
const AUDIO_CODECS = [
	...NON_PCM_AUDIO_CODECS,
	...PCM_AUDIO_CODECS,
] as const;

See NON_PCM_AUDIO_CODECS and PCM_AUDIO_CODECS.

Released under the Mozilla Public License 2.0.