[CM] Crack Noise (snd-8.1)

Bill Schottstaedt bil@ccrma.Stanford.EDU
Mon, 29 May 2006 04:26:26 -0700


 > Internally, snd use floats by default, but the jack backend only
 > receives 16 bits sounds (I don't know why, it can receive floats, but snd sends 16 bits integers instead))

I think audio.c line 9804 was missing " || HAVE_JACK" so the data format
checker was always returning 16 bit ints.