# eliminate popping on rapid fire sound

**URL:** https://qa.fmod.com/t/eliminate-popping-on-rapid-fire-sound/11970
**Category:** Unity
**Created:** [June 29, 2015, 1:20pm UTC](https://qa.fmod.com/t/eliminate-popping-on-rapid-fire-sound/11970 "2015-06-29T13:20:25Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![mightypants](https://avatars.discourse-cdn.com/v4/letter/m/f475e1/32.png) [@mightypants](https://qa.fmod.com/u/mightypants)
#### Post date: [June 29, 2015, 1:20pm UTC](https://qa.fmod.com/t/eliminate-popping-on-rapid-fire-sound/11970/1 "2015-06-29T13:20:25Z")

</div>

I’ve got a sound for an automatic laser gun, and when it fires in quick succession I get a small popping sound. Are there any tips/tricks to avoid this? I’m firing the FMOD event with soundEvent.start() and I tried adding a soundEvent.stop() (both with STOP\_MODE.ALLOWFADEOUT and STOP\_MODE.IMMEDIATE) before it it but that didn’t help.

---

<div class="post-metadata">

### Author: ![mightypants](https://avatars.discourse-cdn.com/v4/letter/m/f475e1/32.png) [@mightypants](https://qa.fmod.com/u/mightypants)
#### Post date: [June 29, 2015, 1:22pm UTC](https://qa.fmod.com/t/eliminate-popping-on-rapid-fire-sound/11970/2 "2015-06-29T13:22:52Z")

</div>

> [@](#):
>
> I’ve got a sound for an automatic laser gun, and when it fires in quick succession I get a small popping sound. Are there any tips/tricks to avoid this? I’m firing the FMOD event with soundEvent.start() and I tried adding a soundEvent.stop() (both with STOP\_MODE.ALLOWFADEOUT and STOP\_MODE.IMMEDIATE) before it it but that didn’t help.

I should add: this is Unity 4, Mac OSX.

---

<div class="post-metadata">

### Author: ![nick1](https://avatars.discourse-cdn.com/v4/letter/n/47e85d/32.png) [@nick1](https://qa.fmod.com/u/nick1)
#### Post date: [July 1, 2015, 1:19am UTC](https://qa.fmod.com/t/eliminate-popping-on-rapid-fire-sound/11970/3 "2015-07-01T01:19:34Z")

</div>

If you’re restarting the same instance over and over then you’ll get popping. If you’re laser gun event is a one-shot, trying using the FMOD\_StudioSystem.PlayOneShot() function to spawn separate instances.
