forked from SoundScapeRenderer/ssr
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chris Hold
committed
Mar 26, 2018
1 parent
de5786d
commit 317a0d8
Showing
5 changed files
with
147 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
################################################################################ | ||
# Example configuration file for the SoundScape Renderer (SSR) # | ||
# # | ||
# Configuration files are processed in this order: # | ||
# 1) /Library/SoundScapeRenderer/ssr.conf # | ||
# 2) /etc/ssr.conf # | ||
# 3) $HOME/Library/SoundScapeRenderer/ssr.conf # | ||
# 4) $HOME/.ssr/ssr.conf # | ||
# 5) anything specified on the command line with "ssr --config=my_conf.file" # | ||
# # | ||
# If a parameter is specified more than once, the last occurrence counts! # | ||
################################################################################ | ||
|
||
# Correction of master volume in dB | ||
#MASTER_VOLUME_CORRECTION = 6 | ||
|
||
# Exponent exp that determines the amplitude decay in virtual space ( 1/r^exp ) | ||
#DECAY_EXPONENT = 0 | ||
|
||
# Distance in m of equal level for plane waves and point sources | ||
#STANDARD_AMPLITUDE_REFERENCE_DISTANCE = 3 | ||
|
||
# Switch off auto-rotation of sound sources toward the reference | ||
#AUTO_ROTATION = off | ||
|
||
# Default Scene file name | ||
#SCENE_FILE_NAME = Z:\SSR\data\scenes\live_input.asd | ||
|
||
# GUI scene shortcuts | ||
#SCENE_MENU = scene_menu.conf | ||
|
||
# Default playback setup file | ||
PLAYBACK_SETUP_FILE_NAME = Z:\SSR\data\reproduction_setups\circle.asd | ||
|
||
# XML Schema file name to validate XML scene and reproduction setup files | ||
XML_SCHEMA_FILE_NAME = Z:\SSR\data\asdf.xsd | ||
|
||
# audio recorder file name | ||
#AUDIO_RECORDER_FILE_NAME = test07.wav | ||
|
||
# renderer type: WFS, binaural, BRS, VBAP, AAP, generic | ||
#RENDERER_TYPE = WFS | ||
|
||
########################## JACK settings ####################################### | ||
|
||
# alsa input port prefix | ||
#INPUT_PREFIX = "alsa_pcm:capture_" | ||
|
||
# alsa output port prefix | ||
#OUTPUT_PREFIX = "alsa_pcm:playback_" | ||
|
||
########################## Renderer type settings ############################## | ||
|
||
# WFS: | ||
WFS_PREFILTER = Z:\SSR\data\impulse_responses\wfs_prefilters\wfs_prefilter_120_1500_44100.wav | ||
#DELAYLINE_SIZE = 100000 | ||
#INITIAL_DELAY = 1000 | ||
|
||
# binaural | ||
HRIR_FILE_NAME = Z:\SSR\data\impulse_responses\hrirs\hrirs_fabian_min_phase_eq.wav | ||
#HRIR_SIZE = 512 | ||
|
||
# Ambisonics | ||
#AMBISONICS_ORDER = 3 | ||
#IN_PHASE_RENDERING = TRUE # "true" works as well | ||
|
||
################################# GUI settings ################################# | ||
|
||
# location of images for GUI | ||
PATH_TO_GUI_IMAGES = Z:\SSR\data\images | ||
|
||
# Enable GUI | ||
#GUI = on | ||
|
||
############################# head tracker settings ############################ | ||
|
||
# select head tracker | ||
#TRACKER = fastrak | ||
#TRACKER = patriot | ||
#TRACKER = intersense | ||
TRACKER = razor | ||
|
||
# space separated list of serial ports which are tried for Polhemus Fastrak | ||
TRACKER_PORTS = "COM4" | ||
|
||
############################ IP Interface configuration ######################## | ||
|
||
# ENABLE IP Server Interface | ||
NETWORK_INTERFACE = on | ||
|
||
# Listening server port | ||
SERVER_PORT = 4711 | ||
|
||
# ASCII code of character to end messages with (binary zero: 0; new line: 10; | ||
# carriage return: 13) | ||
END_OF_MESSAGE_CHARACTER = 10 | ||
|
||
############################## Verbosity Level ################################# | ||
|
||
# Set the level of system information | ||
# | ||
# Level 0: Only errors and warnings are shown. | ||
# Level 1: A few more messages are shown. | ||
# Level 2: Quite a lot messages are shown. | ||
# Level 3: Even messages which can repeat many times per second are shown. | ||
# This is a lot of messages! | ||
# | ||
VERBOSE = "3" | ||
|
||
################################################################################ | ||
|
||
# Loop audio files (individually, not synchronized!) | ||
#LOOP = yes |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.