[CM] Sample depth?

alin weiller alinweiller@caramail.com
Mon, 10 May 2004 19:39:13 GMT


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--=_NextPart_Lycos_0165431084217953_ID
Content-Type: text/plain; charset="windows-1252"
Content-Transfer-Encoding: 8bit

from here


 http://apple2.org.za/gswv/a2zine/GS.WorldView/Resources/MISC/Hightech.Sound/Common.Lisp.Music.html


------- Message
original ------- 
De: Bill
Schottstaedt
<bil@ccrma.Stanford.EDU> 
Date: Mon, 10 May
2004 04:03:27 -0700 
Sujet: Re: [CM]
Sample depth? 

Where did
'snd-32-float' come
from?  That style of
data-format
name changed years
ago to mus-bfloat or
mus-lfloat (the 'b'
and
'l' determining
whether it's big or
little endian).  In
the
clm1 to clm2
translator, I have
these
correspondences:

    (list
"snd-unsupported"
"mus-unsupported")
    (list
"snd-16-linear"
"mus-bshort")
    (list
"snd-8-mulaw"
"mus-mulaw")
    (list
"snd-8-linear"
"mus-byte")
    (list
"snd-32-float"
"mus-bfloat")
    (list
"snd-32-linear"
"mus-bint")
    (list
"snd-8-alaw"
"mus-alaw")
    (list
"snd-8-unsigned"
"mus-ubyte")
    (list
"snd-24-linear"
"mus-b24int")
    (list
"snd-64-double"
"mus-bdouble")
    (list
"snd-16-linear-little-endian"
"mus-lshort")
    (list
"snd-32-linear-little-endian"
"mus-lint")
    (list
"snd-32-float-little-endian"
"mus-lfloat")
    (list
"snd-64-double-little-endian"
"mus-ldouble")
    (list
"snd-16-unsigned"
"mus-ubshort")
    (list
"snd-16-unsigned-little-endian"
"mus-ulshort")
    (list
"snd-24-linear-little-endian"
"mus-l24int")
    (list
"snd-32-vax-float"
"mus-vaxfloat")
    (list
"snd-12-linear"
"mus-l12int")

but the
snd-12-linear case
isn't functional --
a Yamaha
(and Samson box?!)
format, and I
removed Vax float
support
a long time ago.


_______________________________________________
Cmdist mailing list
Cmdist@ccrma.stanford.edu
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist

Pour gagner une Playstation 2, envoyez un SMS avec le code PS au 61321 (0,35 euro hors coût du SMS).


--=_NextPart_Lycos_0165431084217953_ID--