I connected my bluetooth headphone to my iMac and started listening to music, After starting Android emulator the sound quality became horrible. I am using macOs Mojave 10.14.6 and running Android 11.0 on the emulator.
Asked
Active
Viewed 810 times
6
-
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. – Community Jan 11 '22 at 02:32
-
I had the same issue. This answer fixed it for me! https://stackoverflow.com/a/68392331/1775160 – Anurag Bhandari Apr 08 '22 at 11:51
2 Answers
11
Start the emulator, and then disconnect your headphone, then reconnect it again.

arrmani88
- 756
- 8
- 25
1
For me the sound was muffled as soon as I started up the android emulator.
This solution worked for me:
If you don't care about sound on your emulator, you can turn it off:
In the Virtual Device Manager, for the emulator in question, choose "show on disk"
Look for the file
config.ini
and open itAdd these 2 lines at the bottom of the file:
hw.audioInput=no
hw.audioOutput=no
- One of those lines is probably already in the list (with a yes), so make sure to remove it

TheScrappyDev
- 4,375
- 2
- 21
- 25