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
|
.. ****************************************************************************
* Copyright © 2012-2014 Institut für Nachrichtentechnik, Universität Rostock *
* Copyright © 2006-2014 Quality & Usability Lab, *
* Telekom Innovation Laboratories, TU Berlin *
* *
* This file is part of the SoundScape Renderer (SSR). *
* *
* The SSR is free software: you can redistribute it and/or modify it under *
* the terms of the GNU General Public License as published by the Free *
* Software Foundation, either version 3 of the License, or (at your option) *
* any later version. *
* *
* The SSR 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 General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License along *
* with this program. If not, see <http://www.gnu.org/licenses/>. *
* *
* The SSR is a tool for real-time spatial audio reproduction providing a *
* variety of rendering algorithms. *
* *
* http://spatialaudio.net/ssr ssr@spatialaudio.net *
******************************************************************************
SoundScape Renderer User Manual
===============================
The SoundScape Renderer (SSR) is a tool for real-time spatial audio reproduction
providing a variety of rendering algorithms, e.g. Wave Field Synthesis,
Higher-Order Ambisonics and binaural techniques.
website
http://spatialaudio.net/ssr/
downloads
http://spatialaudio.net/ssr/download/
user manual
https://ssr.readthedocs.io/
mailing list
https://groups.google.com/forum/#!forum/SoundScapeRenderer
source code and issue tracker
https://github.com/SoundScapeRenderer/ssr
----
.. raw:: html
<details>
<summary>click here to see full table of contents</summary>
.. toctree::
general
installation
building-from-source
operation
renderers
gui
browser-gui
network
ssr-as-library
use-cases
issues
.. raw:: html
</details>
.. only:: never
.. admonition:: How To Navigate This Site
Use the *next* and *previous* links at the top and the bottom of each page
to flip through the pages.
Alternatively, you can use the right and left arrow keys
on your keyboard.
Some additional keyboard shortcuts
are provided via the `accesskey feature`__:
:kbd:`n` next,
:kbd:`p` previous,
:kbd:`u` up (= to the parent page),
:kbd:`i` index,
:kbd:`s` search and
:kbd:`m` menu (= open/close sidebar).
__ https://developer.mozilla.org/en-US/docs/
Web/HTML/Global_attributes/accesskey
Click on the `hamburger button`__ in the topbar
to open and close the sidebar.
The width of the sidebar can be adjusted by dragging its border.
Click on the title in the topbar to scroll to the top of the page,
if already at the top, go "up" to the parent page
(eventually ending up on this very page).
__ https://en.wikipedia.org/wiki/Hamburger_button
On *touch-enabled* devices:
Tap at the top of the page to show the topbar (if it was scrolled away);
swipe from the left edge to show the sidebar,
swipe towards the left to hide it.
|