Calls to AudioUnitInitialize() can fail if called back-to-back on different ADM instances. The error message in this case is -66635 which is undocumented. Tests have shown that calling AudioUnitInitialize a second time, after a short sleep, avoids this issue. See webrtc:5166 for details.