summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* make the printed output of jack_iodelay more useful to actual userspaul2011-07-131-1/+6
* [netjack] fix occurences of jack_get_time which were hiding below drivertorben2011-05-291-3/+3
* [tools] remove the silent info function from load_test.ctorben2011-05-291-6/+0
* [tools] add jack_load_test allowing checking jackd behaviour under loadtorben2011-05-292-0/+130
* fix help/usage message for jack_samplerate (c/o adi)paul2011-04-181-1/+1
* rename jdelay to jack_iodelay as per fons' requestpaul2011-03-012-4/+4
* [alsa_out] squelch diff to alsa_in by moving the quit variable around.torben2011-03-011-1/+1
* [alsa_out] add SND_PCM_FORMAT_S24_3LE format supporttorben2011-03-011-0/+1
* [alsa_out] remove the offset on the delay computationtorben2011-03-011-1/+0
* [alsa_io] stop using alloca and allocate buffer on the heap.torben2011-03-012-16/+46
* check requested buffer size and limit to 1..16384 - avoids wierd behaviour ca...paul2011-02-221-1/+12
* [jdelay] fix jdelay for new latency api.torben2011-02-131-5/+31
* [tools] add jdelay ported to C from jack2 codebasetorben2011-02-132-0/+234
* [midi dump] fix warningtorben2011-01-121-0/+1
* [latency api] switch JackLatencyCallback to return voidtorben2011-01-122-6/+2
* [alsa io] add latency callback for correct latency computationtorben2011-01-122-0/+60
* [latency api] also print playback and capture latency in jack_lsptorben2011-01-121-0/+9
* free the ports. lets make some good examples.torben2010-10-291-0/+4
* fix jack_lsp crashing for 0 portstorben2010-10-291-1/+1
* add suport for celt-0.8.xtorben2010-10-061-2/+2
* new MIDI "tracer" toolpaul2010-07-252-0/+118
* remove global packet cache... thanks to vokimontorben2010-06-241-10/+11
* silence jack_info in jack_bufsize and jack_waittorben2010-05-192-0/+12
* fix complete fuckup with asymmetric chancounts in netsource (doh)torben2010-04-261-45/+43
* return True from sync_cb when not connected.torben2010-04-041-0/+3
* [alsa_io] fix absolute samplerate clamplingtorben2010-03-302-4/+12
* set session dir correctly in the output of jack_session_notifytorben2010-03-291-0/+1
* add session notification infrastructuretorben2010-03-263-5/+235
* some more jack_client_new i had missed.torben2010-03-023-3/+3
* change jack_client_new to jack_client_open in the remaining examplestorben2010-02-281-1/+1
* [alsa_io] fix overflow in time calculation, thanks to delYsidtorben2009-12-132-4/+4
* world domination for alsa_iotorben2009-11-132-6/+6
* remove stuff breaking make disttorben2009-11-121-1/+1
* remove occurences of alloca and remove some unused vars.torben2009-11-125-9/+1
* remove time_smoother... was just an experiment for alsa_iotorben2009-11-123-146/+0
* change client name to "netjack"torben2009-11-121-1/+1
* remove still here messagetorben2009-11-121-3/+0
* [netsource] free packet cache after jack_client_closetorben2009-11-121-1/+1
* change help text to celt kbitstorben2009-11-121-1/+1
* joerns commandline parameter sanity patchtorben2009-11-121-70/+77
* massage celt value, so it represents bandwidth in kbitstorben2009-11-121-2/+2
* add segterm handler to netsource for clean exit.torben2009-11-111-2/+13
* add jack_waittorben2009-11-102-0/+158
* add newlines to output of jack_bufsize and jack_samplerate when used without ...paul2009-11-092-2/+2
* [netsource] add -B bindport option to netsourcetorben2009-11-071-1/+11
* add jack_samplerate which prints the current sampleratetorben2009-11-072-0/+92
* activate jack_bufsize and make it report, when started without argstorben2009-11-072-4/+20
* include "config.h"torben2009-11-061-21/+74
* remove celt magic bitdepth number... (by nettings)torben2009-11-061-5/+5
* make configure check for different celt api, already in distrostorben2009-11-041-2/+10