85 Commits (43e32d389a417f060dfb51f4cc202ade10513a8f)

Author SHA1 Message Date
  torben e090f3ded2 add jack_wait 15 years ago
  paul d523d4347d add newlines to output of jack_bufsize and jack_samplerate when used without arguments 15 years ago
  torben b25ebbd9f0 [netsource] add -B bindport option to netsource 15 years ago
  torben 9328a26294 add jack_samplerate which prints the current samplerate 15 years ago
  torben 0c9c6f1870 activate jack_bufsize and make it report, when started without args 15 years ago
  torben e49e1846ea include "config.h" 15 years ago
  torben cd0573ac07 remove celt magic bitdepth number... (by nettings) 15 years ago
  torben dd69da4589 make configure check for different celt api, already in distros 15 years ago
  torben 5b642bcabe update celt code to celt-0.7.0 api (fixes #139) 15 years ago
  torben 5d170e72d5 whitespace squelching in netsource.c 15 years ago
  paul b0a3ae949c move jack capture into example clients (its not a finished tool) ; update embedded docs for some jack frame time functions, and use direct form in jack_last_frame_tim() ; use fprintf() and not jack_info when printing DEBUG_WAKEUP output 16 years ago
  torben 024958470a [alsa_in] dont fail, when samplerate does not match 16 years ago
  torben fc2a0ad04b [alsa_out] make ports physical, so portaudio finds em 16 years ago
  torben 80c0630e08 [alsa_out] make latency constant. subtract frames_since cycle start from off 16 years ago
  torben fd54758fe9 fix jack_connect to close jack_client in case of error (debian bug 465073) 16 years ago
  paul b4c875b9fb correct memops mess (there were two instances of the header file, now there is just one, in jack/memops.h (not installed)) 16 years ago
  paul 56e43216df include memops from the correct location, or at least a better location 16 years ago
  torben 8d20c36965 [alsa-io] fix signal termination 16 years ago
  torben 12896452a0 [alsa-io] make libsamplerate quality configurable 16 years ago
  torben 72720ff9b4 [alsa-io] make size of smooth array configurable. put window in memory 16 years ago
  torben 695ecf7d2b [alsa-io] add handler for SIGTERM 16 years ago
  torben 9b61b9908a [alsa-io] print out sample format and small fixes. 16 years ago
  torben a6a2c9beac [alsa-io] add support for float LE 16 years ago
  torben f27846f746 [alsa-io] remove ALSASAMPLE and syncup alsa-in 16 years ago
  torben 9a2a77edda [alsa-out] add support for memops and S32, S24, S16 output format. 16 years ago
  torben 565a8f5d82 [netjack] execute send code after recv code when latency != 0 16 years ago
  torben f1311b1b19 [alsa-io] make pclamp and control out quantization configurable 16 years ago
  torben 31e9900d09 [alsa-io] fix defaults for -t and -m 16 years ago
  torben 8e8412ab3c [alsa-io] fixup one cleanup error, and bring alsa_in in sync. 16 years ago
  torben 59c862fc00 [alsa-out] cleanup 16 years ago
  torben 9acf026ed0 [alsa-out] quantize PI controller output around resample_mean 16 years ago
  torben f224e7e3b4 [alsa-out] safety commit (somethings wrong) 16 years ago
  torben 0307e46dba [alsa-out] use correct PI-control... clamps P to remove noise in stable state 16 years ago
  torben 17c49917e5 [alsa-out] lol its even more easier than i thought :S PI control 16 years ago
  torben 4869862d4a [alsa-out] this seems okish. 16 years ago
  torben d68137aaea [alsa-out] some changes again. 16 years ago
  torben aaf443bdd3 [alsa-out] intermediate commit 16 years ago
  torben f593437328 [alsa_out] omg !!! now its becoming academic :) 16 years ago
  torben 653d9847a1 [alsa_out] dont set xfer align, deprecated 16 years ago
  torben 7f955b1bc7 [alsa_out] change xrun handling... gonna revert. 16 years ago
  torben d0d3873079 [alsa_io] add plottable output instrumenation 16 years ago
  torben e025a493d5 [alsa_io] Add some sanity measures to max_diff and target_delay 16 years ago
  torben 6d3981e833 [alsa_io] even more comment syncing. 16 years ago
  torben e019971641 [alsa_io] remove rememnants of time_smoother 16 years ago
  torben b753119f80 [alsa_io] cleanup old cruft code. 16 years ago
  torben 88f9fe85a4 [alsa_io] add linear component to the dll and some dampening. 16 years ago
  torben d2be956f5b [alsa_io] add a linear component to the cubic dll 16 years ago
  torben 1051ee3606 [alsa_io] dont compare sample_rate with error and bail out. 16 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 16 years ago
  torben 93cec3f0f7 switch to using jack_get_time instead of jack_get_microseconds 16 years ago