You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
google_rtc_audio_processing: Cache frame size from source/sink
Don't query the frame size every time it's used, cache it in the
component struct to save a few cycles.
This also permits a workaround: on MTL the mic stream lies about its
format, claiming s26_le when it's really s32_le. We can leave the
existing format error in place and just use our own configuration for
now.
Signed-off-by: Andy Ross <andyross@google.com>
0 commit comments