Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
google_rtc_audio_processing: Call SetStreamFormats at prepare() time
IPC3 would always send a default config blob at component creation, ensuring we reach the SetStreamFormats() call before any data arrives. IPC4 doesn't do that, so we should affirmatively configure AEC in the prepare() method. Really this is the right way to do things anyway; all the needed info is available dynamically from the stream config anyway, there's no need for host involvement. Signed-off-by: Andy Ross <[email protected]>
- Loading branch information