Deprecated audio feature APIs#

APIs and macros removed in aiml 3.0.1.

  • sl_ml_audio_feature_generation_init() — deprecated no-argument overload provided for aiml 3.0.0 compatibility (uses sl_fe_audio_get_default_config). Prefer sl_ml_audio_feature_generation_init(&sl_fe_audio_<instance><em>cfg).

  • sl_ml_audio_feature_generation_frontend_init() — use sl_ml_audio_feature_generation_frontend_init(config) with an instance config.

  • sl_ml_audio_feature_generation_load_model_settings() — no longer required. Frontend parameters are provided automatically from sl_fe_audio<instance>_config.h (generated by the fe_audio component). Remove calls to this function.