Skip to content
Constant

NON_PCM_AUDIO_CODECS

List of known compressed audio codecs, ordered by encoding preference.

ts
const NON_PCM_AUDIO_CODECS = [
	'aac',
	'opus',
	'mp3',
	'vorbis',
	'flac',
] as const;

Released under the Mozilla Public License 2.0.