J
J
JohnZoidberg2016-01-12 10:39:07
Android
JohnZoidberg, 2016-01-12 10:39:07

What is the difference between the implementation of sound on Android and iOS?

There are tons of music apps on iOS that require minimal audio processing latency. For example, a guitar effects processor - it is believed that it needs no more than 10ms.
While on android (sort of) there is no way to achieve such performance, even with more powerful hardware. This is true?
What is it connected with? Any fundamental difference in the sound driver? In the system architecture?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Konstantin T, 2016-01-12
@RooTooZ

In IOS you write in native language, while in Android everything is written in Java and it is handled by the java virtual machine in android which takes time as a layer. BUT you can also write in native C++ and for Android, for this you need the NDK

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question