The music coding supports only stereo for now. To change this we have to improve the implementation in music-container a lot and use Spherical Harmonic approximation. For very basic Mode-Matching support we could:
- use GLS to calculate SH (e.g.)
- use pseudo inverse to calculate the decoding matrix
The music coding supports only stereo for now. To change this we have to improve the implementation in
music-containera lot and use Spherical Harmonic approximation. For very basic Mode-Matching support we could: