Skip to content
Type

AudioCodec

Union type of known audio codecs.

ts
type AudioCodec = 
	| 'aac'
	| 'opus'
	| 'mp3'
	| 'vorbis'
	| 'flac'
	| 'ac3'
	| 'eac3'
	| 'pcm-s16'
	| 'pcm-s16be'
	| 'pcm-s24'
	| 'pcm-s24be'
	| 'pcm-s32'
	| 'pcm-s32be'
	| 'pcm-f32'
	| 'pcm-f32be'
	| 'pcm-f64'
	| ... 4 more ...
	| 'alaw';

Used by

Released under the Mozilla Public License 2.0.