The poster I replied to wasn't making mention of microphones or out-of-the-box. They made a generic comment about studio quality which I replied to.
Then, no offence, you were talking beside the point. As I said before, I don't believe that the V20 will offer literally "studio quality", but it looks like it will offer a better out-of-the box recording experience than most (all?) phones out there. Otherwise, what are we talking about? Are you seriously comparing the built-in microphones of any phone with dedicated equipment that you plug in? What's the point?
And I'm sorry, but iOS devices are widely used by many people in the recording industry, despite your attempts to trivialize it with snark about using it to record your school band. Do enthusiasts use them? Absolutely. As do professionals. Right tool for the right job at the right time. Having audio processing capabilities that can match studio gear in something as small as an iPhone or iPad is useful in a wide variety of situati
This strikes me as being as delusional as claiming that because an iPhone can be used to fly a tiny drone, it is used by commercial aviation.
No, I don't believe that in the context of professional audio recording, an iOS device is anything more than a toy. If I were a sound engineer and you'd suggest to perform concert or studio recordings on a device that - at best - has 100Gb of storage and a 10" screen, I'd think you're pulling my leg.
I'm sorry, are we talking about iOS and multi-tasking/multi-threading? Why are you trying to diminish what I say by playing the "brand loyalty" card? Are you not able to discuss facts without bringing your pre-conceived biases into a discussion?
Because I believe your brand loyalty has prevented you from reading what I actually wrote, and you continue to misinterpret it in a very narrow way. Don't feel singled out - it's very common. One of the previous posters thinks it's an unreasonable expectation to think the V20 will have better (note: not professional, merely better) audio recording compared to other phones, just because LG included 3 high acoustic overload point built-in microphones. I find this bizarre. If Apple had included such hardware, many people would think it would boost its audio recording capabilities, and particularly on this forum, it would be the best thing since sliced bread.
Back to the other point, I believe that iOS started from an extremely simple task/thread scheduling paradigm, and this is because on one hand they wanted to provide a lot of animation and quick interactivity (perceived smoothness is essential if you want to sell fashion tech) and on the other hand they had to aggressively limit resource utilisation (memory, CPU, battery) to achieve this. It hasn't moved much beyond that. Yes, there's a bit of support for running multiple things at the same time. It's extremely limited and convoluted by modern OS standards. I remember the first time I looked into iOS programming, I was shocked to discover that you needed a special handler to run whenever the process was not in foreground, and that it didn't seem possible to simply have a process that ran the same way in foreground or background, as it is on a modern OS, because as soon as your process would not be in foreground, iOS would suspend it and then kill it.
So my entire statement is correct, and if you want me to expand on it again, iOS still provides basically a single-thread experience, peppered by a little support for threads (i.e. multiple in-process threads of execution), and a little support for tasks (i.e. running multiple processes, simultaneously). It's not literally single-thread, I never said that. I said the experience is single-thread, i.e. using it feels to me like using an OS with a basic event loop prioritised on UI. It's like that, with a bit of stuff on top.
In contrast, Android started from a modern OS that offered state-of-the-art support for multi-tasking and multi-threading, and they had to trim it down so that it's workable on such limited hardware as a smartphone. Still, it remained that Android is far superior from this point of view. This is immediately apparent if you have any apps that require lingering connections, for example.