Robert Wu

Results 52 comments of Robert Wu
trafficstars

You may be able to use ExoPlayer Media3 Transformer to convert an MP3 file or URI to a WAV or PCM. https://developer.android.com/guide/topics/media/transformer/getting-started

Closing since this is a custom ROM

We have the minimal oboe sample now

Fixed in https://github.com/google/oboe/commit/395f3d6ac25c2b069d53451b89dff4aa96d26eb8

@[email protected] do you know how to cherry-pick this one change to the game-codelab-final branch? It's already in the game-codelab branch.

StabilizedCallback is no longer used in samples. Marking as closed

After you get an onErrorCallback(), you should open a new stream. You should get an onErrorCallback() when a headset is connected/disconnected.

That should be fine. Android should prioritize the external playback and recording devices over the built-in speaker/mic.

Can you try the compile flag defined in #2112? Thanks!