There is a bug in Android O (internal id 66967812) which means that requesting a stereo input stream may result in a non-FAST track, resulting in increased latency on Android O devices.
Checking the logcat output on an Android O device should verify this.
Solution/workaround: Request only a single (mono) channel input stream.
Thanks to philburk@ for pointing this out.