@brief Defines equalizer custom settings */
| 154 | /** @brief Defines equalizer custom settings |
| 155 | */ |
| 156 | struct equalizer_settings { |
| 157 | /// The size of the bands array |
| 158 | int size; |
| 159 | /// The equalizer frequency bands values |
| 160 | float* bands_values; |
| 161 | }; |
| 162 | |
| 163 | typedef enum { |
| 164 | EQ_FILTER_LOWSHELF, |
nothing calls this directly
no outgoing calls
no test coverage detected