> 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.