Remove ambisonics experimental flag

This commit is contained in:
Jean-Marc Valin 2018-07-26 12:06:35 -04:00
parent ac044500cc
commit 722a66b84b
No known key found for this signature in database
GPG key ID: 5E5DD9A36F9189C8
8 changed files with 1 additions and 246 deletions

View file

@ -35,8 +35,6 @@
#include "opus_defines.h"
#include "mapping_matrix.h"
#ifdef ENABLE_EXPERIMENTAL_AMBISONICS
#define MATRIX_INDEX(nb_rows, row, col) (nb_rows * col + row)
opus_int32 mapping_matrix_get_size(int rows, int cols)
@ -378,4 +376,3 @@ const opus_int16 mapping_matrix_toa_demixing_data[324] = {
0, 0, 0, 32767
};
#endif /* ENABLE_EXPERIMENTAL_AMBISONICS */