mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
module-echo-cancel: don't load newer modules
Add some version comments for the new AEC methods
This commit is contained in:
parent
70471989e5
commit
5e890925a0
2 changed files with 12 additions and 2 deletions
|
|
@ -71,7 +71,9 @@ struct spa_audio_aec_methods {
|
|||
int (*init) (void *object, const struct spa_dict *args, const struct spa_audio_info_raw *info);
|
||||
int (*run) (void *object, const float *rec[], const float *play[], float *out[], uint32_t n_samples);
|
||||
int (*set_props) (void *object, const struct spa_dict *args);
|
||||
/* since 0.3.58, version 1:1 */
|
||||
int (*activate) (void *object);
|
||||
/* since 0.3.58, version 1:1 */
|
||||
int (*deactivate) (void *object);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue