"We start by adding finding out where we are currently working and list the files available, i.e. to load them as HRIR, audio file or directivity.\n"
"Ok. Now let's try to connect to a VA server running on the local machine. Remark: this local machine will be the one where this server jupyter notebook is running, not necessarily your PC."
"Now lets add this folder to VA. This means that VA can find files that reside in this location. We first have to import va, though:"
"We start by finding out where we are currently working and list the files available, i.e. to identify files that can be used as HRIR, audio file or directivity."
"Ok. Now let's try to connect to a VA server running on the local machine. Remark: this local machine will be the one where this server jupyter notebook is running, not necessarily your PC."
"Now lets add this folder to VA. This means that VA can find files that reside in this location, all you have to use is the file name (or a relative path from the base path you have added as search path)."
"\u001b[1;32m<ipython-input-1-316881027ede>\u001b[0m in \u001b[0;36m<module>\u001b[1;34m()\u001b[0m\n\u001b[1;32m----> 1\u001b[1;33m \u001b[0mva\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mconnect\u001b[0m\u001b[1;33m(\u001b[0m \u001b[1;34m\"localhost\"\u001b[0m \u001b[1;33m)\u001b[0m \u001b[1;31m# default port is: 12340; can be given as second parameter\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0m",
"\u001b[1;31mNameError\u001b[0m: name 'va' is not defined"
]
}
],
"source": [
"source": [
"va.connect( \"localhost\" ) # default port is: 12340; can be given as second parameter"