-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
85 lines (54 loc) · 2.42 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Copyright (C) 2012 Ed Sweeney
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
---
Jacks is a set of libraries that enable some of the Jack Audio
Connection Kit APIs to be used from high-level languages like
Perl, Python, Ruby, and Lua.
This is an experiment, pre-alpha quality, and untested.
Thanks for using Jacks (open to suggestions for a less
presumptious name, we are not part of the jack audio project).
---
Status:
**************************************************
**************************************************
*** ***
*** PRE ALPHA QUALITY! ***
*** ***
*** reworking the process callback to be ***
*** non-blocking for capture applications. ***
*** ***
*** session events seem to work, looking for ***
*** feedback ***
*** ***
**************************************************
**************************************************
Design:
1 - Synchronous-style client programming.
2 - No blocking on process callback.
3 - Support lots of languages.
Implementation:
- Written in C and SWIG
- Build system uses autotools (sorry)
- Build system tries to make lang-specific dist files
- pthreads for IPC
Install:
- see the INSTALL file
Usage:
- see http://jackaudio.org/
- perldoc jacks
- look at example-clients dir under each language module in the
modules dir
---
Contact:
mailto:<Ed Sweeney>[email protected]
https://twitter.com/#!/Navicore