The measurement software is called zProbe. The current version is created as a Matlab graphical user interface. The audio i/o operations are handled using an RtAudio MEX package, which needs to be compiled from within Matlab.
The RME Fireface 800 driver must be installed properly.
When starting a new measurement session, it is recommended that you create a new directory in which to store the calibration file and measurement results.
See the Help→zProbe Help menu item for more details.
The Fireface 800 software mixer, TotalMix, operation can be confusing. Consult the following TotalMix guide for some help. It is necessary to route the first analog output signal to the headphones output when using the output from the headphone jack.
If using the Bryston amplifier, the volume knob should be set to a fairly low value. If it is too loud, there will be distortion or you could blow out the speaker. If it is too low, the S/N ratio will be adversely affected.
The measurement software is called zProbe. The original version was written in the Python language and it was installed on the CAML laptop in C:\Users\caml\Documents\zProbe\
. To execute ZProbe, you have to run […]ZProbe\src\main.py
.
This software uses PyQt4 for the GUI and SciPy for the calculations. On windows, the Python(x,y) (www.pythonxy.com/) package contains these dependencies and more. It is the recommended way to install python.
The audio i/o operations are done using the PyRtAudio package. This is a python external written in C++. It is located in C:\Users\caml\Documents\rtaudio-4.0.8\contrib\python\pyrtaudio
. In order to compile and install this library, the Microsoft Visual C++ Express Edition must be installed and configured properly. This has been done on the CAML laptop. You can build and install this external by executing: python setup.py install