Skip to content

Releases: jackaudio/jack2

1.9.12

13 Dec 21:20
c164781
Compare
Choose a tag to compare
  • Fix Windows build issues
  • Fix build with gcc 7
  • Show hint when DBus device reservation fails
  • Add support for internal session files

1.9.11-RC1

13 Jun 20:26
Compare
Choose a tag to compare
1.9.11-RC1 Pre-release
Pre-release

Various corrections in NetJack2 code.
Partial buffers can now be transmitted with libjacknet API.
Including S24_LE/BE formats to linux ALSA driver.
More robust shared memory allocator.
Allow autostart of jackd on OSX where device-names can contain spaces.
Correct CoreAudio devices aggregation code.
Waf and wscripts improvement and update.
More flexible RT priority setup on Windows.
New JackProxyDriver.
Various fixes in JACK MIDI code.
Fix return value of SetTimebaseCallback().
Correct netmanager latency reporting.
Implement new jack_port_rename and JackPortRenameCallback API.
For OSX El Capitan support, use of Posix semaphore and move of Frameworks in /Library folder.
Fix CPU hogging of the midi_thread().
Release audio devices when alsa_driver_new fails.
String management fix.
Correct JackDriver::Open : call to fGraphManager->SetBufferSize has to use current fEngineControl->fBufferSize value.
Use ARM neon intrinsics for AudioBufferMixdown.
Fix Netjack alignment.
Various wscript improvements and cleanup.
Fix initialization of several class variables.
Heap-allocate client matrix in topo sort.
Add a toggle command to transport utility, to allow toggling between play and stop state.
Avoid side effects from parsing of "version" option in jackd.
Allow firewire device be selected via -d.
Add ARM-NEON acceleration for all non-dithering sample conversion functions.
Add jack_simdtest utility. Use Linux futex as JackSynchro.
Add autoclose option to jack_load.