Server GRIS 0.1.3
Pre-release
Pre-release
Bug fixes
- Azimuth and Zenith are rounded to the nearest integer in the speaker setup (fixed issue #79).
- Changed 3D view default orientation (fixed issue #92).
- Clipped Output value (in speaker setup) between 0 and 256 to prevent a segfault from jack if we try to set the number of ports higher than 256.
- Fixed edge case conditions in processHRTF (seem to fix issue #87).
New features
- VBAP: Added a linear interpolation mode when the interpolation is set to 0. It is faster (and cheaper) than the exponential time average used for any other interpolation value.
- Added a simple STEREO mode in the mode menu (issue #86).
Improvements
- Optimization of the audio processing loop and the VBAP computation.
- VBAP setup is computed only when needed (It was calculated twice at the opening of the software, which took a lot of time for big setups).
- Removed 5 pixels to vu-meter width (issue #71).