forked from IRT-Open-Source/binaural_nga_renderer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HOW_TO-RUN.txt
49 lines (24 loc) · 899 Bytes
/
HOW_TO-RUN.txt
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
This version of binaural_nga is from
https://github.com/IRT-Open-Source/binaural_nga_renderer
including the non-default (originally implemente) peak normalisation.
If desired, it was to be evoked with the '--peak_normalisation' or
'--pn' option.
Ton run this, use a virtual environemnt using pipenv
To create it
'pipenv install' (using the default Python version available)
or
'pipenv install --python 3.X' (if a sepcif one is required)
This will create a virtual environemnt in
/Users/werner/.local/share/virtualenvs/binaural_nga_renderer-??????
To use it, start with
'pipenv shell'
To check it
'pipenv --venv'
Then run your commands.
(e.g. 'nga-binaural --programme APR_1001 -s 4+5+0 INPUT.wav ~/OUTPUT.wav')
To stop it:
'deactivate'
over even better:
'exit' (don't forget that!)
Checking the applied Python version should do with
'python --version'