zmxv / react-native-sound

React Native module for playing sound clips
MIT License
2.78k stars 748 forks source link

Noise sounds Nokia 3.2 Android 11 #743

Open andrew-digis opened 2 years ago

andrew-digis commented 2 years ago

:beetle: Description It looks like it's some hardware problem because other devices don't have this one. For example on Xiomi Redmi 8 Pro, Samsung a20s and OnePlus 8 Pro don't have this issue.

:beetle: What is the observed behavior? https://user-images.githubusercontent.com/82437412/131657057-599ae063-2e79-42c8-8a05-3611cef11a2c.mov

:beetle: What is the expected behavior? https://user-images.githubusercontent.com/82437412/131656946-75ced7c4-c40d-40b6-9f7b-cb97972c6818.mp4

:beetle: Please post your code:

import Sound from 'react-native-sound';
import buySound from 'assets/sounds/buy'
const buySound = new Sound(buySound);
buySound.play();

:bulb: Does the problem have a test case?

:bulb: **Possible solution**

:bulb: Is there a workaround?

:bulb: If the bug is confirmed, would you be willing to create a pull request?

Is your issue with...

Are you using...

Which versions are you using?

Does the problem occur on...

If your problem is happening on a device, which device?