You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README
+13-8Lines changed: 13 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -3,21 +3,26 @@ This is a fork of the SoundScape Renderer (SSR), which aims at porting the sourc
3
3
The basic idea is to cross-compile on a linux machine an executable (.exe) for Windows.
4
4
We use the M cross environment ([MXE](http://mxe.cc/)), which provides cross-compilation scripts for the dependencies and the MinGW64 (GCC) compiler.
5
5
6
+
Pre-compiled binaries for Windows currently include:
7
+
`ssr-binaural.exe`, `ssr-brs.exe`, `ssr-wfs.exe` and `ssr-generic.exe`.
8
+
9
+
6
10
Getting started
7
11
---------------
8
-
* Install Jack Audio for Windows (64bit) from [Jack Audio Downloads](http://www.jackaudio.org/downloads/)
12
+
* Install Jack Audio for Windows (64bit) from [Jack Audio Downloads](http://www.jackaudio.org/downloads/).
9
13
* Get it running by following the [Installation and Configuration](http://jackaudio.org/faq/jack_on_windows.html).
10
-
Hint: If you plan on using other (ASIO) Audio-software with Jack, don't forget to register the 64-bit JackRouter.
11
-
* Download and extract the latest [Release](https://github.com/chris-hld/ssr/releases). It contains everything you need, including the cross-compiled executables `ssr-binaural.exe` and `ssr-wfs.exe`.
12
-
* Adapt the configuration file `ssr.conf.windows` to your needs. Replace the paths (`Z:\SSR`) to yours. For now, please only use absolute paths.
14
+
Hint: If you plan on using other (ASIO) Audio-software with Jack Audio, don't forget to register the 64-bit JackRouter.
15
+
* Download and extract the latest [Release](https://github.com/chris-hld/ssr/releases).
16
+
It contains everything you need, including the cross-compiled executables.
17
+
* Adapt the configuration file `ssr.conf.windows` to your needs. Replace the paths (`Z:\SSR`) to yours. For now, please use absolute paths.
13
18
14
19
Running the SSR on Windows
15
20
--------------------------
16
-
* Have a look at the (Documentation)[http://ssr.readthedocs.io/en/latest/operation.html#running-the-ssr]
17
-
* First, start Jack audio, e.g. with the `qjackctl.exe`.
21
+
* Have a look at the [Documentation](http://ssr.readthedocs.io/en/latest/operation.html#running-the-ssr)
22
+
* First, start the Jack Audio Server, e.g. with `qjackctl.exe`.
18
23
* Start the SSR. There is a simple example script `start-ssr.cmd`.
Copy file name to clipboardExpand all lines: README.md
+17-11Lines changed: 17 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -3,21 +3,26 @@ This is a fork of the SoundScape Renderer (SSR), which aims at porting the sourc
3
3
The basic idea is to cross-compile on a linux machine an executable (.exe) for Windows.
4
4
We use the M cross environment ([MXE](http://mxe.cc/)), which provides cross-compilation scripts for the dependencies and the MinGW64 (GCC) compiler.
5
5
6
+
Pre-compiled binaries for Windows currently include:
7
+
`ssr-binaural.exe`, `ssr-brs.exe`, `ssr-wfs.exe` and `ssr-generic.exe`.
8
+
9
+
6
10
Getting started
7
11
---------------
8
-
* Install Jack Audio for Windows (64bit) from [Jack Audio Downloads](http://www.jackaudio.org/downloads/)
12
+
* Install Jack Audio for Windows (64bit) from [Jack Audio Downloads](http://www.jackaudio.org/downloads/).
9
13
* Get it running by following the [Installation and Configuration](http://jackaudio.org/faq/jack_on_windows.html).
10
-
Hint: If you plan on using other (ASIO) Audio-software with Jack, don't forget to register the 64-bit JackRouter.
11
-
* Download and extract the latest [Release](https://github.com/chris-hld/ssr/releases). It contains everything you need, including the cross-compiled executables `ssr-binaural.exe` and `ssr-wfs.exe`.
12
-
* Adapt the configuration file `ssr.conf.windows` to your needs. Replace the paths (`Z:\SSR`) to yours. For now, please only use absolute paths.
14
+
Hint: If you plan on using other (ASIO) Audio-software with Jack Audio, don't forget to register the 64-bit JackRouter.
15
+
* Download and extract the latest [Release](https://github.com/chris-hld/ssr/releases).
16
+
It contains everything you need, including the cross-compiled executables.
17
+
* Adapt the configuration file `ssr.conf.windows` to your needs. Replace the paths (`Z:\SSR`) to yours. For now, please use absolute paths.
13
18
14
19
Running the SSR on Windows
15
20
--------------------------
16
-
* Have a look at the (Documentation)[http://ssr.readthedocs.io/en/latest/operation.html#running-the-ssr]
17
-
* First, start Jack audio, e.g. with the`qjackctl.exe`.
21
+
* Have a look at the [Documentation](http://ssr.readthedocs.io/en/latest/operation.html#running-the-ssr)
22
+
* First, start the Jack Audio Server, e.g. with `qjackctl.exe`.
18
23
* Start the SSR. There is a simple example script `start-ssr.cmd`.
19
24
* Optional: Start your ASIO playback Software.
20
-
* Connect everything using Jack Connection.
25
+
* Connect everything using Jack Audio Connection.
21
26
22
27
This could look like this:
23
28
@@ -36,11 +41,12 @@ installation instructions can be found in the file INSTALL.
0 commit comments