android / media-samples

Multiple samples showing the best practices in media APIs on Android (audio, video, etc.).
Apache License 2.0
1.28k stars 741 forks source link

BasicMediaDecoder - no audio #55

Open Swathi-Thirunarayanan opened 4 years ago

Swathi-Thirunarayanan commented 4 years ago

Hi, I am trying to play BasicMediaDecoder sample code. I am running it on PIXEL 2 API 29 emulator. Unfortunately I am not hearing any audio. Is it intended? If not please help me to fix the audio.

jimczek commented 2 years ago

I am just now getting back into Android development and am running into the same issue whether I use an emulator or my S21 phone. Did you ever find a solution? Thanks.