# Static/Crackling sound

**URL:** https://discourse.processing.org/t/static-crackling-sound/12945
**Category:** Processing for Android
**Created:** [July 24, 2019, 4:36am UTC](https://discourse.processing.org/t/static-crackling-sound/12945 "2019-07-24T04:36:37Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![blosh](https://avatars.discourse-cdn.com/v4/letter/b/eada6e/32.png) [@blosh](https://discourse.processing.org/u/blosh)
#### Post date: [July 24, 2019, 4:36am UTC](https://discourse.processing.org/t/static-crackling-sound/12945/1 "2019-07-24T04:36:37Z")

</div>

When using the Sound library on Android, I sometimes get a static or crackling noise. It usually occurs when playing too many sound files at the same time. It is definitely not from something else on my phone since closing the sketch stops it. It is affected by the phone’s volume. I have tried setting the amplitude to 0 with `fileName.amp(0);` and also tried stopping the file even when it has finished playing with `fileName.stop();`. What else could be the issue? Or how else can I fix it?
