# A sound problem

**URL:** https://qa.fmod.com/t/a-sound-problem/12832
**Category:** Unity
**Created:** [November 23, 2016, 9:06am UTC](https://qa.fmod.com/t/a-sound-problem/12832 "2016-11-23T09:06:15Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![hanlei951](https://avatars.discourse-cdn.com/v4/letter/h/ed655f/32.png) [@hanlei951](https://qa.fmod.com/u/hanlei951)
#### Post date: [November 23, 2016, 9:06am UTC](https://qa.fmod.com/t/a-sound-problem/12832/1 "2016-11-23T09:06:15Z")

</div>

We have a problem that the sound will choppy. It only appears in the use of Bluetooth headset. We found a similar problem in Unity Community Support([https://forum.unity3d.com/threads/android-sound-problem.359341/](https://forum.unity3d.com/threads/android-sound-problem.359341/)). But the problem seems to have not been fixed. Is there any way to solve it temporarily?

Unity：5.4.2-GVR11  
FMOD：1.08.12

---

<div class="post-metadata">

### Author: ![cameron-fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/cameron-fmod/32/261_2.png) [@cameron-fmod](https://qa.fmod.com/u/cameron-fmod)
#### Post date: [December 8, 2016, 11:17pm UTC](https://qa.fmod.com/t/a-sound-problem/12832/2 "2016-12-08T23:17:13Z")

</div>

You could try changing the buffer size to reduce latency.  
[https://www.fmod.org/docs/content/generated/FMOD\_System\_SetDSPBufferSize.html](https://www.fmod.org/docs/content/generated/FMOD_System_SetDSPBufferSize.html)

Add at RuntimeManager.cs, line 220:  
lowlevelSystem.setDSPBufferSize(256, 4);
