Phil Burk

Results 168 issues of Phil Burk

Calls to AudioFlinger can hang for 5-10 seconds if opening, starting, stopping, closing or doing other things that hit the audio service. That can result in an ANR if called...

apps
bug_anr

Original internal doc at: https://docs.google.com/document/d/1kaivOg-54ZQ736Pm7UxNtvjm8DIurcwXhj2jzIocP64/edit Test doc by preparing release V1.7.0

Make sure the docs clearly state that an app should restart a new stream after a disconnect in the AudioStreamCallback::onErrorAfterClose() method.

For context, see https://github.com/google/oboe/issues/707#issuecomment-558991551 JUCE determines the default device during initialization of juce::AudioDeviceManager. But the default can change if the user plugs in or out a headset. They should use...

bug

Pull oscillators and other nodes from OboeTester. Convert other DSP classes from samples to shared flowgraph nodes.

apps
P3

This article describes how to properly enable -Ofast optimization in Android Studio. https://medium.com/@donturner/debugging-audio-glitches-on-android-ed10782f9c64 We should consider adding that to our sample apps.

enhancement
build

To match CTS Verifier and CDD.

enhancement
P1

Verify proper operation of positional channel masks and down-mixing. Then transfer to CTS-V.

You can subscribe using the button on the right side of this page. If we have an important announcement about Oboe then we will post it here and you will...

This will help it work better on Android TV. Currently it locks to portrait mode in the AndroidManifest.xml.

enhancement
P1