Stephane Letz
298cef7835
New PortAudioDevices::GetPreferredBufferSize.
12 years ago
Stephane Letz
67ac44402f
merge new MTDM code from Fons' latest release.
12 years ago
Adrian Knoth
93c5159118
[wscript] Build jack_transport
jack_transport requires libreadline but not libncurses, so drop the latter.
12 years ago
Adrian Knoth
89c359eee0
[wscript] More fixes for -Wl,--as-needed
Reportedly, f28523ff54
was incomplete.
12 years ago
Adrian Knoth
2f35141267
[wscript] Use CFLAGS, not CCFLAGS
CCFLAGS isn't honoured at all, the proper name is CFLAGS.
12 years ago
Stephane Letz
e577581de8
Correct JackEngine::NotifyGraphReorder : graph-order callback now notified after port latencies update.
12 years ago
Adrian Knoth
ad01143310
wscript: Fix FTBFS with --mixed
conf.write_config_header() defaults to remove=True, so conf.defines() is
empty afterwards. Consequently, config.h is empty, too.
Set remove to False, so calling it another time for 32_64 builds works.
Closes : #21
12 years ago
Stephane Letz
994423f8b5
Update Syst V shared memory implementation.
12 years ago
Stephane Letz
1241541b62
Remove uneeded log in JackMidiDriver.
12 years ago
Stephane Letz
700489b429
Move NotifyQuit in JackServer::Stop.
12 years ago
Stephane Letz
aa02feeacf
No lock needed in JackLockedEngine::NotifyQuit.
12 years ago
Stephane Letz
57e5daac1f
Fix ALSA driver inchannels/outchannels types.
12 years ago
Stephane Letz
9b44eff09a
Update README.
12 years ago
Stephane Letz
adb0273481
Most important commit described in Changelog.
12 years ago
Nedko Arnaudov
b4349a570f
fix jack_netsource build
ceilf() is used in netsource.c
Fix for trac ticket #291
12 years ago
Stéphane Letz
f204e7f73c
Merge pull request #20 from x42/master
Opus Netjack fixes
12 years ago
Robin Gareus
51bffbf379
netjack/opus: don't re-init en/decoders
12 years ago
Nedko Arnaudov
7c6d11160f
Use string ids in the alsa device list
We recommend this at http://jackaudio.org/device_naming
fixes #18
12 years ago
Adrian Knoth
f28523ff54
[wscript] Fix FTBFS with -Wl,--as-needed
Patch by Adam Conrad <adconrad@canonical.com>, taken from Ubuntu's
jackd2 package.
Fixes linkage errors as described in
http://permalink.gmane.org/gmane.comp.audio.jackit/25841
12 years ago
Stephane Letz
50e793e74e
Remove warning, renaming.
12 years ago
Stéphane Letz
d3d49455b2
Merge pull request #16 from x42/master
Opus Netjack integration
12 years ago
Nedko Arnaudov
ee845d4633
controlapi: fix double free on master switch
Thanks to Robin Gareus.
https://github.com/jackaudio/jack2/issues/17
12 years ago
Robin Gareus
ce83a13893
fix duplicate prog.includes
12 years ago
Robin Gareus
abc1cab6aa
wscript: add header defines and libs for example-clients/netsource
Thanks to nedko - closes #15
12 years ago
Robin Gareus
3085ae19e9
netjack1/2 Opus: use only 2bytes for encoded-length
12 years ago
Robin Gareus
d94f5edb03
netjack1/netone opus support
12 years ago
Robin Gareus
a0dd08c32e
pass Opus encoded-length along with payload
Eventually unused data should not be transmitted. That will require
dynamic package lengths which are not yet supported by netjack2
12 years ago
Stephane Letz
7c4f49d7ef
More robust channel mapping handling in JackCoreAudioDriver.
12 years ago
Stéphane Letz
ec499f4cc6
Merge pull request #13 from x42/master
add libopus support to netjack2
12 years ago
Stephane Letz
373e6ea95b
Minor version numbering.
12 years ago
Robin Gareus
33bef4fcb0
add opus support to NetJack2
12 years ago
Stephane Letz
bdd16d2846
Make netjack2 network packets 23/64 bits clean.
12 years ago
Stephane Letz
186bae41b5
Correct netjack2 components help.
12 years ago
Nedko Arnaudov
26a3c0f9e7
jack_control: fix epr command
12 years ago
Stephane Letz
9ebddfe656
Merge remote-tracking branch 'upstream/master'
12 years ago
Stephane Letz
7920fe9d11
Update JackCoreAudioDriver and JackCoreAudioAdapter with more recent API.
12 years ago
Adrian Knoth
a43aad2e91
Fix FTBFS on ppc64
Patch provided by Aurelien Jarno <aurel32@debian.org> in
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684470
12 years ago
Stephane Letz
a750131fba
Use of jack_free instead of free, cleanup.
12 years ago
Stephane Letz
aa6c0a9fa9
Audioadapter factory code moved back in JackAudioAdapterFactory.cpp file.
12 years ago
Stephane Letz
1fddeaa06c
Move audioadapter creation code in platform specific part.
12 years ago
Stephane Letz
494d01975d
Fix OSX scripts.
12 years ago
Stéphane Letz
f54a2788b7
Change framework installation hierarchy for OSX Mountain Lion.
12 years ago
Stephane Letz
e6ab5e1803
Devin Anderson patch for Jack/CoreMIDI duplicated messages.
12 years ago
Stephane Letz
a176212a8e
Make XRun message a bit more explicit.
12 years ago
Stephane Letz
a7d390b334
jack_server_control patch + getopt_long usage fix.
13 years ago
Stéphane Letz
1e3f915127
Merge pull request #12 from dlahoti/master
jack_free() should be used to free memory returned by jack_return_ports()
13 years ago
dlahoti
8045baf41f
jack_free() should be used to free memory returned by jack_get_ports()
http://jackaudio.org/files/docs/html/jack_8h.html#a437010097629ac8124a56c752c02f299
13 years ago
Nedko Arnaudov
3b9aab6bca
Properly handle empty parameter lists
13 years ago
Stephane Letz
77b93cd54c
Merge remote-tracking branch 'upstream/master'
13 years ago
Stephane Letz
cb88917543
alsa driver/adapter improvements to flexibly use playback/capture devices through dbus calls patch.
13 years ago