Sounds lagging behind listener if it's moving too fast

So I have a game, where there is an object that is emitting sounds and is moving very fast. The listener is following this object, and when the velocity becomes too high the sound starts cutting out dissapearing entirely. (By fast I mean well over 100m/s)
Is there any way to resolve this issue? If I had to guess something is conflicting in the update order of things.