Ambisonic virtual encoders and microphone utilities. Encoder works from 1st to 5th order.
A first order ambisonic virtual source encoder.
Encode1()
Default constructor for Encode1.
float azi()
Get last given azimuth.
float azi(float azimuth)
Set azimuth.
void pos(float azimuth, float zenith)
Set azimuth and zenith of encoder virtual source.
float sh(int n)
Get nth spherical harmonic currently being used.
void sh(float[] coordinates)
Set 1D array of all spherical harmonics currently being used.
void sh(float value, int n)
Set nth spherical harmonic to be used.
float[] sh()
Get 1D array of all spherical harmonics currently being used.
void weights(float[] weights)
Set 1D array of weighting for all spherical harmonics.
float[] weights()
Get 1D array of weighting for all spherical harmonics.
float zeni()
Get last given zenith.
float zeni(float zenith)
Set zenith.
[ top ]
No description available
ABFormat()
Default constructor for ABFormat.
[ top ]
A class for converting B-Format ambisonics signals to A-Format ambisonic signals.
BAFormat()
Default constructor for BAFormat.
[ top ]