-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
207 lines (193 loc) · 7.49 KB
/
mkdocs.yml
File metadata and controls
207 lines (193 loc) · 7.49 KB
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
site_name: BRT Documentation
site_url: https://grupodiana.github.io/BRT-Documentation/
site_author: Diana Research Group - University of Malaga
site_description: Documentation site of the entire BRT ecosystem
repo_name: GrupoDiana/BRTLibrary
repo_url: https://github.com/GrupoDiana/BRTLibrary
edit_uri: ""
copyright: Copyright © 2024 <a href="https://www.diana.uma.es/" target="_blank" rel="noopener"> Diana Research Group</a>
theme:
name: material
custom_dir: docs/custom_theme
features:
- navigation.indexes
#- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- navigation.path
- toc.integrate
- toc.follow
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
logo: assets/logos/SONICOMwave.png
favicon: assets/logos/SONICOMwave.png
language: en
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: pink
accent: green
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: pink
accent: lime
markdown_extensions:
- toc:
toc_depth: 3
- pymdownx.tabbed
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.mark
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/katex.js
- https://unpkg.com/katex@0/dist/katex.min.js
- https://unpkg.com/katex@0/dist/contrib/auto-render.min.js
extra_css:
- https://unpkg.com/katex@0/dist/katex.min.css
plugins:
- with-pdf:
author: Diana Research Group - University of Malaga
copyright: This document - Copyright © 2024 Diana Research Group
#
cover: true
cover_title: Binaural Rendering Toolbox (BRT)
cover_subtitle: Technical documentation
cover_logo: assets/logos/sonicom_logo.png
#back_cover: true
#custom_template_path: templates
#
#toc_title: TOC TITLE TEXT
#heading_shift: false
toc_level: 3
#ordered_chapter_level: 2
#excludes_children:
# - 'release-notes/:upgrading'
# - 'release-notes/:changelog'
#
#exclude_pages:
# - 'bugs/'
# - 'appendix/contribute/'
#convert_iframe:
# - src: IFRAME SRC
# img: POSTER IMAGE URL
# text: ALTERNATE TEXT
# - src: ...
two_columns_level: 3
#
#render_js: true
#headless_chrome_path: headless-chromium
#
output_path: assets/brt-documentation.pdf
enabled_if_env: ENABLE_PDF_EXPORT #commnent this line to enable the plugin in local builds
#
#debug_html: true
#show_anchors: true
#verbose: true
# Page tree
nav:
- Home: index.md
- BRT Library:
- library/index.md
- Source Models:
- library/source-models/index.md
- Omnidirectional Model: library/source-models/simple-omnidirectional-source-model.md
- Directivity Model: library/source-models/directivity-source-model.md
- Virtual Source Model: library/source-models/virtual-source-model.md
- Listener Models:
- library/listener-models/index.md
- HRTF Models:
- library/listener-models/hrtf-models/index.md
- Direct HRTF Convolution: library/listener-models/hrtf-models/listener-acoustic-model-hrtf.md
- Ambisonic Virtual Loudspeakers: library/listener-models/hrtf-models/listener-acoustic-model-ambisonic-hrtf.md
- RIR models:
- library/listener-models/rir-models/index.md
- Direct BRIR Convolution Model: library/listener-models/rir-models/listener-acoustic-environment-model-brir.md
- Ambisonic Reverberant Virtual Loudspeakers (RVL): library/listener-models/rir-models/listener-acoustic-environment-model-ambisonic-brir.md
- Environment Models:
- library/environment-models/index.md
- Free Field Model: library/environment-models/freefield-environment-model.md
- SDN Model: library/environment-models/sdn-environment-model.md
- ISM Model: library/environment-models/ism-environment-model.md
- Bilateral Filter Models:
- library/bilateral-filters/index.md
- SOS Filter Model: library/bilateral-filters/bilateral-sos-filter-model.md
- FIR Filter Model: library/bilateral-filters/bilateral-fir-filter-model.md
- Services Modules:
- library/service-modules/index.md
- Spherical FIR Table: library/service-modules/service-spherical-fir-table.md
- Spherical Interpolated FIR Table: library/service-modules/service-spherical-interpolated-fir-table.md
- Spherical SOS Table: library/service-modules/service-spherical-sos-table.md
- Ambisonic BIR: library/service-modules/service-ambisonic-bir.md
- Room definition: library/service-modules/service-room.md
- Old services:
- library/service-modules/service-modules-old/index.md
- HRTF: library/service-modules/service-hrtf.md
- BRIR: library/service-modules/service-brir.md
- Directivity TF: library/service-modules/service-directivity-tf.md
- Readers:
- library/readers/index.md
- SOFA Reader: library/readers/sofa-reader.md
- OBJ Reader: library/readers/obj-reader.md
- Infrastructure Entities:
- library/infrastructure-entities/index.md
- Processing Modules:
- library/processing-modules/index.md
# - Ambisonic Encoder: library/processing-modules/ambisonic-encoder.md
- Ambisonic Domain Convolver: library/processing-modules/ambisonic-domain-convolver.md
- Bilateral Ambisonic Encoder: library/processing-modules/bilateral-ambisonic-encoder.md
- Uniform Partitioned Convolution: library/processing-modules/uniform-partitioned-convolution.md
- Common:
- library/common/index.md
#- Base:
# - library/base/index.md
#- Connectivity:
# - library/connectivity/index.md
- Applications:
- applications/index.md
- BeRTA Rendeder:
- applications/berta-renderer/index.md
- BeRTA GUI: applications/berta-gui.md
- OSC Commands:
- osc/index.md
- Control commands: osc/control.md
- Overall commands: osc/overall.md
- Resources commands: osc/resources.md
- Source commands: osc/source.md
- Listener commands: osc/listener.md
- Environment commands: osc/environment.md
- Bilateral Filter commands: osc/bilateral-filter.md
- BRT OSC API for Unity: applications/unity-osc-package.md
- BRT OSC API for Matlab: applications/matlab-osc-package.md
- Settings File: applications/settingsFile.md
- Annotated Receiver Audio: applications/annotated-audio.md
- Calibration: applications/calibration.md
- Safety Limiter: applications/safety-limiter.md
#- Examples:
# - Code blocks: example-code.md
# - Icons: example-emoji.md