File: control

package info (click to toggle)
libambix 0.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,756 kB
  • sloc: ansic: 9,900; makefile: 418; sh: 170; python: 92
file content (126 lines) | stat: -rw-r--r-- 4,428 bytes parent folder | download
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
Source: libambix
Section: devel
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 help2man,
 libjack-dev | libjack-jackd2-dev,
 libsamplerate0-dev | libsamplerate-dev,
 libsndfile1-dev,
 puredata-dev | puredata,
Build-Depends-Indep:
 doxygen,
Standards-Version: 4.7.2
Homepage: https://ambisonics.iem.at/xchange/format
Vcs-Git: https://salsa.debian.org/multimedia-team/libambix.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/libambix

Package: libambix0
Architecture: any
Multi-Arch: same
Section: libs
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: AMBIsonics eXchange library
 libambix is a library of C routines for reading and writing files following the
 "ambix" (AMBIsonics eXchange) conventions.
 .
 Ambisonics is a periphonic (3D) surround sound technique, with a scalable
 spatial resolution (put simply: "the more audio channels you use, the better").
 The ambix convention defines an extensible format for exchanging soundfiles
 containing Higher Order Ambisonics data.

Package: libambix-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
 libambix0 (<< ${source:Upstream-Version}+1~),
 libambix0 (>= ${source:Version}),
 ${misc:Depends},
Description: AMBIsonics eXchange library (development files)
 libambix is a library of C routines for reading and writing files following the
 "ambix" (AMBIsonics eXchange) conventions.
 .
 Ambisonics is a periphonic (3D) surround sound technique, with a scalable
 spatial resolution (put simply: "the more audio channels you use, the better").
 The ambix convention defines an extensible format for exchanging soundfiles
 containing Higher Order Ambisonics data.
 .
 This package provides the files necessary to compile an application
 using libambix.

Package: libambix-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
 ${misc:Depends},
Recommends:
 libjs-mathjax,
Suggests:
 libambix-dev,
Description: AMBIsonics eXchange library (documentation)
 libambix is a library of C routines for reading and writing files following the
 "ambix" (AMBIsonics eXchange) conventions.
 .
 Ambisonics is a periphonic (3D) surround sound technique, with a scalable
 spatial resolution (put simply: "the more audio channels you use, the better").
 The ambix convention defines an extensible format for exchanging soundfiles
 containing Higher Order Ambisonics data.
 .
 This package contains html documentation for the libambix API.

Package: libambix-utils
Architecture: any
Section: sound
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: AMBIsonics eXchange library (utilities)
 libambix is a library of C routines for reading and writing files following the
 "ambix" (AMBIsonics eXchange) conventions.
 .
 Ambisonics is a periphonic (3D) surround sound technique, with a scalable
 spatial resolution (put simply: "the more audio channels you use, the better").
 The ambix convention defines an extensible format for exchanging soundfiles
 containing Higher Order Ambisonics data.
 .
 This package contains additional commandline utilities to work with
 ambix-files:
  - ambix-info: Print information on ambix files
  - ambix-interleave: Merges several audio files into an ambix file
  - ambix-deinterleave: Split an ambix file into several mono files
  - ambix-jplay: Play back an ambix file via JACK
  - ambix-jrecord: Record an ambix file via JACK

Package: pd-ambix
Architecture: any
Section: sound
Depends:
 puredata | pd,
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 pd-libdir,
Description: AMBIsonics eXchange objects for Pure Data
 libambix is a library of C routines for reading and writing files following the
 "ambix" (AMBIsonics eXchange) conventions.
 .
 Ambisonics is a periphonic (3D) surround sound technique, with a scalable
 spatial resolution (put simply: "the more audio channels you use, the better").
 The ambix convention defines an extensible format for exchanging soundfiles
 containing Higher Order Ambisonics data.
 .
 This package contains a set of Pure Data (Pd) objects to interact with
 ambix-files:
  - [ambix_info]: information about ambix files
  - [ambix_read~]: play an ambix file (simple mode)
  - [ambix_readX~]: play an ambix file (extended mode)
  - [ambix_write~]: record an ambix file