56 Commits (80c0630e08fc0bbc6743bc2a20a13df01cf209c2)

Author SHA1 Message Date
  torben fb92210579 [netjack] fix MSG_CONFIRM 17 years ago
  torben a166e4732d [netjack] add -D mode alsa_io friend, also change initial deadline to 1period 17 years ago
  paul 167ff61aac (1) configure-time detection of likely-to-collide existing JACK installs (2) do not link libjack against libraries needed only for netjack components 17 years ago
  torben 93cec3f0f7 switch to using jack_get_time instead of jack_get_microseconds 17 years ago
  torben 5d0523107b [netjack] fix warnings about unused variables without libsamplerate 17 years ago
  torben 643385081d [netjack] Fix number packet_cache for 0 payload case. 17 years ago
  torben 055826a2f2 [netjack] Fix Redundancy mode. 17 years ago
  torben 3f9efbad42 [netjack] Add -H option to turn off ntoh of payload data. reduces CPU load. 17 years ago
  torben eb44cb0f65 [netjack] Compensate transport also for codec latency. should be sample accurate over internet now. 17 years ago
  torben 9643ffbb40 [netjack] support building without libsamplerate 17 years ago
  torben cd4ee518dc [netjack] improve deadline handling, to recover from running too fast. 17 years ago
  torben 0573556d33 [netjack] Reduce dynamic deadline adjustement speed again. now it seems to really work. 17 years ago
  torben 157a656703 [netjack] fix master verification.... doh. 17 years ago
  paul dc837ebbd6 netjack-to-compile fixes for OS X 17 years ago
  torben 1ba12ae623 [netjack] Adjust deadline faster. 17 years ago
  paul 606ab3652d torben's latest netjack code: dynamic deadline handling for packet loss; redundancy mode; fix memory corruption with celt; dont poll, when packet we want is already there; remove old framecnts from cache. works ... osort of :) 17 years ago
  paul b578ea2f0e fix dynamic SIMD for OS X ; add config.h to netjack driver code ; make a configure.ac comment about our inability to determine an -mFOO argument for gcc on OS X 17 years ago
  paul 9c62615486 "zero-latency" patch for netjack from torben 17 years ago
  paul 71a512249f more netjack driver compilation tweaks 17 years ago
  paul ac1f7aedcb compile and configuration fixes from OSX but useful everywhere 17 years ago
  paul ae0ea1f84a support OS X with new netjack code, plus a small netjack fix/improvement 17 years ago
  paul de8dba1ff6 netjack changes from torben (packet loss handling leads to "dummy" backend-like behaviour; jitter buffer), along with smaller mods to alsa_{in,out} 17 years ago
  paul 0abc695b0e optional CELT support in netjack; fixes for a resampling issue in alsa_in and alsa_out; remove debug output from alsa_{in,out} 17 years ago
  paul e700090da7 cast float values to uint16_t before passing to htons() in netjack 17 years ago
  rncbc 6e4716cdef * Make netjack build from `make dist` and `rpmbuild`. 18 years ago
  marco b4eaca6563 * An attempt to restore default signal behavior while inside netjack_poll() 18 years ago
  marco 4c45c54c5b * Unblock some signals during the poll() in netjack_poll() 18 years ago
  marco 94c1421995 * First attempt at a netjack_poll() function ! 18 years ago
  marco e5d63d74e2 * Code cleanup in netjack_packet.c 18 years ago
  marco f0a4220243 * A patch from Torben Hohn to make netsource's output more pretty and user friendly 18 years ago
  marco ea2eed034b * Patch from Torben Hohn that adds the possibility to set the mtu used by NetJack connections 18 years ago
  marco 4f7038517f * Get rid of the goto in netjack_recv() and netjack_recvfrom() 18 years ago
  marco 8a0ca3b551 * First attempt at using poll() to wait for the first packet on a netjack slave 18 years ago
  pieterpalmers 72d1002e21 - Add jackmidi support to netjack 18 years ago
  marco 8a9915c561 * Fix driver/netjack/Makefile.am: netjack tools where still there while source files gone 18 years ago
  marco 7170803622 * alsa_in, alsa_out and jacknet_client are now in the tools directory 18 years ago
  sletz 34a9a49275 Cleanup 18 years ago
  marco 391a83f9e3 * Build and install the alsa_in and alsa_out tools 18 years ago
  sletz 997ab82762 Cleanup 18 years ago
  sletz 81e1a9a5aa Fix in netsource init_sockaddr_in 18 years ago
  sletz a1d16c1423 Marc-Olivier Barre netsource.c patch 18 years ago
  sletz 9be30e88dc Unknown jack_log replaced by jack_info 18 years ago
  sletz 7bcc8d6ae5 Marc-Olivier Barre patch for net_source.c 18 years ago
  sletz caa02ff0f7 Cleanup 18 years ago
  sletz 9ea6ef54c2 Token parsing in netsource jack_initialize(3) 18 years ago
  sletz b5567aa4ff Token parsing in netsource jack_initialize(2) 18 years ago
  sletz 90f39b82b9 Token parsing in netsource jack_initialize 18 years ago
  sletz cfaa270b7a Correct libsamplerate version checking 18 years ago
  sletz ce59377bff Add libsamplerate checking 18 years ago
  sletz f816e5d832 Add code in netsource jack_initialize(2) 18 years ago