Reputation: 621
I am not talking about something that happens when trying to implement audio in an app. Rather I am talking about the system sound effect when pressing a button on the emulator.
This happens on multiple emulators, and it only stops when closing the emulator. Feel free to ask more info about the problem, since I have no idea on what else to include.
Upvotes: 0
Views: 291
Reputation: 76689
This might come from the sound-card of your system; either it's the driver configuration or it's a hardware defect. That's just the dirt which is still in the output buffer, running in a endless loop - most likely because it fails to put new audio samples into that buffer, while nevertheless outputting.
Upvotes: 1