summaryrefslogtreecommitdiff
path: root/example-clients
Commit message (Expand)AuthorAgeFilesLines
...
* | add the --sndfile auto option and check sndfile availability with env['SNDFIL...Karl Lindén2015-04-101-3/+1
* | use pkg-config to find sndfile (drop explicit LIB_SNDFILE and HAVE_SNDFILE si...Karl Lindén2015-04-101-4/+1
* | make sndfile dependency optionalKarl Lindén2015-04-101-1/+1
* | use conf.env['SAMPLERATE'] to determine wether samplerate is available instea...Karl Lindén2015-04-101-1/+1
* | remove extra and unnecessary celt check in example-clientsKarl Lindén2015-04-101-2/+0
* | eliminate duplicated examples.KimJeongYeon2015-03-161-1/+0
|/
* Use jack_free instead of free in inprocess.c.Stephane Letz2014-06-031-2/+2
* jack_control: display constraints (range and enum)Nedko Arnaudov2014-03-101-2/+22
* Fix for building with python3farwayer2014-02-141-1/+1
* additional code cleanup for jack androidKimJeongYeon2014-02-071-5/+5
* jack2 supports android devices & rebase current changes to masterKimJeongYeon2014-02-054-1/+39
* Fix example client for mingw buildMartin Koegler2014-01-251-0/+5
* Adding stdbool header include to netmaster example client to fix compile errorJoshua Moyerman2014-01-221-0/+1
* Merge remote-tracking branch 'upstream/master'Stephane Letz2014-01-221-42/+145
|\
| * realtime-safe midi-dump (use ringbuffer)Robin Gareus2014-01-021-57/+94
| * add usage() to jack_midi_dumpRobin Gareus2014-01-021-2/+26
| * midi-dump: exit cleanly, add support for absolute+relative timestampsRobin Gareus2014-01-021-4/+46
* | Support for partial buffers in libjacknet.Stephane Letz2014-01-221-1/+15
|/
* Configurable fPacketTimeOut field in NetJack2 code.Stephane Letz2013-12-051-0/+6
* Add time-out in libjacknet netmaster side.Stephane Letz2013-10-091-6/+8
* Fix alsa_in/out for freewheelfalkTX2013-09-242-0/+60
* Tim Mayberry : Changes to get example-clients to build using MinGW compiler.Stephane Letz2013-07-2314-28/+85
* Add help command and options to jack_controlFlorian Paul Schmidt2013-05-231-28/+33
* Fix xrun_recovery in ALSA clients.elboulangero2013-04-182-2/+2
* Fix typo in alsa_in.cAdrian Knoth2013-04-061-2/+2
* Cleanup audio mixing code.Stephane Letz2013-01-221-1/+1
* [wscript] Even more -Wl,--as-needed fixesAdrian Knoth2012-11-141-1/+1
* [wscript] Build jack_transportAdrian Knoth2012-11-071-3/+3
* [wscript] More fixes for -Wl,--as-neededAdrian Knoth2012-11-071-2/+2
* [wscript] Use CFLAGS, not CCFLAGSAdrian Knoth2012-11-051-2/+2
* fix jack_netsource buildNedko Arnaudov2012-09-251-1/+1
* [wscript] Fix FTBFS with -Wl,--as-neededAdrian Knoth2012-09-121-3/+2
* fix duplicate prog.includesRobin Gareus2012-09-101-2/+1
* wscript: add header defines and libs for example-clients/netsourceRobin Gareus2012-09-101-2/+3
* netjack1/netone opus supportRobin Gareus2012-09-101-3/+44
* jack_control: fix epr commandNedko Arnaudov2012-09-021-1/+1
* Use of jack_free instead of free, cleanup.Stephane Letz2012-08-092-4/+4
* jack_server_control patch + getopt_long usage fix.Stephane Letz2012-07-253-3/+4
* jack_free() should be used to free memory returned by jack_get_ports() dlahoti2012-07-181-1/+1
* jack_control: fix typoNedko Arnaudov2012-07-021-1/+1
* extend jack_control to have parameter reset commandsNedko Arnaudov2012-05-251-1/+39
* Correct examples-clients wscript.Stephane Letz2012-05-021-0/+1
* Fix naming of inprocess.soAdrian Knoth2012-04-181-1/+1
* wscript: mark readline as optionalAdrian Knoth2012-03-191-1/+1
* waf: fix uselib_local of jack_netsrouceNedko Arnaudov2012-03-181-1/+1
* Merge branch 'master' into python3-waf-upgradeNedko Arnaudov2012-03-183-5/+12
|\
| * Fix segfault in jack_connectAdrian Knoth2012-03-171-1/+4
| * Improve libjacknet master mode.sletz2012-02-101-1/+5
| * In control API, UNIX like sigset_t replaced by more abstract jackctl_sigmask_...sletz2012-02-091-3/+3
* | wscript: Fix link error in jack_netsourceAdrian Knoth2012-03-171-1/+1