-
Also, extend JACK_DRIVER_PARAM_STRING_MAX from 63 to 128 for CoreAudio driver -n parameter.
Coreaudio device names can be and usually are much longer than 63 characters. Without this expanded parameter size, these types of drivers cannot be specified for jack to attach to.
File Added: driver_interface.diff.
2007-06-10 22:12:20 UTC in Jack Audio Connection Kit
-
Corrects setup and initialization and IO callback handling to properly support simplex audio devices (and full- and half-duplex) devices.
Previous setup and IO handling assumed duplex device capabilities; if the device specified for jack to attach to did not support duplex IO, then the initialization would fail. Also, need to fully segregate input and output IO in separate dedicated...
2007-06-10 22:06:24 UTC in Jack Audio Connection Kit
-
the installer does not include libjack.a nor libjack.la in /usr/local/lib.
2007-03-18 16:16:54 UTC in JackOSX