Live data from Hacker News

Viewing profile — szantog

szantog

HN member
Joined
Thu, Apr 16, 2015, 1:20 PM UTC
HN karma
31
Public activity
7 items

About szantog

No profile information was provided.

Recent public activity

  1. comment
    Comment #11920981

    I'm one of the authors of the article, and the CTO of Superpowered. I apologize if the article was confusing. Marshmallow improves audio latency here and there on some devices, but…

  2. comment
    Comment #11918927

    "We updated our findings with the recent improvements in Android M (Marshmallow), and recently released a solution for Android’s USB audio and MIDI challenges, opening a market of …

  3. comment
    Comment #9392563

    Android's audio stack is "pushing" audio down to the audio driver, with the audio threads sleeping between every push. In other words, the audio driver's interrupts are not schedul…

  4. comment
    Comment #9387784

    ALSA is super. The HAL connecting ALSA to AudioFlinger is the major problem, plus the audio stack's "push" philosophy.

  5. comment
    Comment #9387772

    All of the measurements and the latency graph shows you a pure NDK implementation.

  6. comment
    Comment #9387762

    They did not forgot to write nice professional audio and music tools for Android. They can't, because of audio latency and dropouts.

  7. comment
    Comment #9387721

    Audio Flinger is not Java. On the graph you see absolutely no part which runs on Java. Android's media architecture with it's "push" design is not more compatible than anything els…