sletz
|
04668c12f7
|
Correct JackPosixThread::StartImp : thread priority setting now done in the RT case only.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3717 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
sletz
|
a5c27894e5
|
Fix AcquireRealTime and DropRealTime: now distinguish when called from another thread (AcquireRealTime/DropRealTime) and from the thread itself (AcquireSelfRealTime/DropSelfRealTime).
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3716 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
sletz
|
19594c5293
|
Updated for version 1.9.4
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3715 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
sletz
|
67f790258c
|
Merge branch 'netone-fixes'
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3714 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
Torben Hohn
|
5a512dbd8c
|
improve xrun reporting in netone
|
15 years ago |
Torben Hohn
|
d53466448b
|
cosmetics and faster stopping of driver.
|
15 years ago |
Torben Hohn
|
888988823d
|
add some logic to cope with slow startup times.
|
15 years ago |
Torben Hohn
|
00cfb9b604
|
fix packet_cache_get_next_available_framecnt reporting old packets
|
15 years ago |
Torben Hohn
|
e21b452a46
|
report xruns on slave
|
15 years ago |
Torben Hohn
|
687651433d
|
check the deadline offset. dont let it get too small.
|
15 years ago |
sletz
|
e06b070fbd
|
Correct freewheel code on client side.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3700 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
sletz
|
d56018e051
|
Correctly save and restore RT mode state in freewheel mode.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3699 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
sletz
|
1ff726f3f5
|
Thread AcquireRealTime and DropRealTime were (incorrectly) using fThread field. Use pthread_self()) (or GetCurrentThread() on Windows) to get the calling thread.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3695 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
sletz
|
760568bb6a
|
XCode projects updated for NetJack1.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3694 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
sletz
|
2d00ac0eaf
|
Merge branch 'netone-isolateion'
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3693 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
Torben Hohn
|
bb03cb40c8
|
Merge remote branch 'remotes/trunk' into netone-isolateion
|
15 years ago |
Torben Hohn
|
91c17b259a
|
forgot some occurences of celt initilisation... doh.
|
15 years ago |
Torben Hohn
|
c5136fcf7a
|
hope this works for osx
|
15 years ago |
Torben Hohn
|
698a5d28f3
|
make celt api version flexible.
Conflicts:
example-clients/wscript
|
15 years ago |
Torben Hohn
|
49fdfa6d7e
|
remove deadline_offset logging.
|
15 years ago |
Torben Hohn
|
ac1853a422
|
prevent deadlines which are a second in the future.
unlikely to happen with the new code... but still.
|
15 years ago |
Torben Hohn
|
3d88e94c93
|
rework of deadline machinery and support for freewheeling
Conflicts:
common/netjack_packet.h
|
15 years ago |
Torben Hohn
|
cecab033b5
|
merge jack1 and jacknone netsource
|
15 years ago |
Torben Hohn
|
a568aa419d
|
add jack_name to the xrun message
|
15 years ago |
sletz
|
eb20a1ae47
|
No reason to make jack_on_shutdown deprecated, so revert the incorrect change.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3692 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
sletz
|
7c0113fdaa
|
Now can aggregate device that are themselves AD.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3686 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
sletz
|
05d5411dd4
|
JACK_SCHED_POLICY switched to SCHED_FIFO.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3683 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
sletz
|
a1e4f13085
|
In JackCoreAudioDriver, improve management of input/output channels: -1 is now used internally to indicate a wanted max value.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3682 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
Jörn Nettingsmeier
|
114a9a72c6
|
semi-pointless finger exercise: port type conditional factored out
|
15 years ago |
Jörn Nettingsmeier
|
85a981e760
|
CELT_MODE, part2
|
15 years ago |
Jörn Nettingsmeier
|
2ac9617a97
|
convert bitdepth magic number into global constant for CELT_MODE, no functional changes
|
15 years ago |
sletz
|
d9def1e48c
|
In JackCoreAudioDriver::Start, wait for the audio driver to effectively start (use the MeasureCallback).
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3681 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
nedko
|
aab8a77bfb
|
Fix typo in dbus introspection.
UnlooadInternal -> UnloadInternal
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3680 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
Torben Hohn
|
5ea3a4c9fa
|
Merge remote branch 'remotes/orcz/netone-isolateion' into netone-isolateion
|
15 years ago |
Torben Hohn
|
fe251673a9
|
make netxrun an error
|
15 years ago |
Torben Hohn
|
5729029537
|
inversion of deadline control feedback. this should have been fixed
|
15 years ago |
sletz
|
61c5eacd34
|
In JackCoreAudioDriver, force the SR value to the wanted one *before* creating aggregate device (otherwise creation will fail).
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3679 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
Stéphane Letz
|
94f6935454
|
Merge branch 'master' into netone-isolateion
|
15 years ago |
sletz
|
350215e217
|
Dynamic system version detection in JackCoreAudioDriver to either create public or private aggregate device.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3678 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
sletz
|
d85cb284c7
|
Fix jack_set_sample_rate_callback to have he same bevahior as in JACK1.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3677 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
sletz
|
801541e04d
|
Internal aggregate devices can be used only after 10.5.4 systems, otherwise use public one.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3676 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
sletz
|
832907c9a9
|
More debug code in JackCoreAudioDriver.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3675 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
sletz
|
96fedf1189
|
Implement "hog mode" (exclusive access of the audio device) in JackCoreAudioDriver.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3674 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
sletz
|
5bd1727ab6
|
Hog mode in JackCoreAudioDriver (in progress).
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3673 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
sletz
|
e3ae608f00
|
Some more cleanup in JackCoreAudioDriver and JackCoreAudioAdapter.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3672 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
Torben Hohn
|
be8d8f8d1f
|
increase sync timeout to 10seconds, because this can happen with netjack1
|
15 years ago |
sletz
|
a76e255132
|
Cleanup JackSocketServerChannel.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3671 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
sletz
|
e6f91c7a0d
|
Aggregate device code added to JackCoreAudioAdapter.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3670 0c269be4-1314-0410-8aa9-9f06e86f4224
|
15 years ago |
Torben Hohn
|
f5af54fe4f
|
Add alsa_io to wscript
|
15 years ago |
Torben Hohn
|
e3f55603c2
|
Pure Add: alsa_in.c alsa_out.c
|
15 years ago |