From 0a5ff649a8b04d16ce102d8db4480c3d735c6eab Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Fri, 20 Jun 2003 16:39:21 +0000 Subject: [PATCH] Some extra additions to sound, this actually allows for proper AVI muxing and Quicktime reading/decoding... Still to ... Original commit message from CVS: Some extra additions to sound, this actually allows for proper AVI muxing and Quicktime reading/decoding... Still to be implemented, but people will have a generic idea with this... --- docs/random/mimetypes | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/random/mimetypes b/docs/random/mimetypes index 6e387e2b71..9a00bc7aec 100644 --- a/docs/random/mimetypes +++ b/docs/random/mimetypes @@ -256,16 +256,15 @@ for convenience, the two-byte hexcodes (as are being used for identification in AVI files) are also given Preface - (optional) properties for all audio formats: - currently none + 'rate' = X (int) <- sampling rate + 'channels' = X (int) <- number of audio channels 1 - Raw Audio mimetype: audio/raw - properties: 'rate' = X (INT) <- samplerate - 'width' = X (INT) <- memory bits per sample + properties: 'width' = X (INT) <- memory bits per sample 'depth' = X (INT) <- used bits per sample 'law' = 0/1/2 (INT) <- no law (0), alaw (1) or mulaw (2) 'signedness' = X (BOOLEAN) - 'channels' = X (INT) <- number of audio channels 'endianness' = 1234/4321 <- endianness of audio stream 2 - MPEG-1 layer 1/2/3 audio @@ -285,6 +284,10 @@ Preface - (optional) properties for all audio formats: 6 - FLAC (Free Lossless Audio Codec) mimetype: audio/x-flac +7 - MACE 3/6 (Quicktime audio) + mimetype: audio/x-mace + properties: 'maceversion' = 3/6 (INT) + 4 - Status of this document --------------------------- Not all plugins strictly follow these guidelines yet, but these are the