Audio Lag issue between director transitions

Hey everyone, I’m using director to transition between screens while I have audio running in the background(game music). Right after the screen loads the audio lags for a half second then continues normally. Any ideas?

Here is my audio code I’m using in main.lua
[lua] local gameMusic1 = audio.loadStream( “twowill.mp3” )

gameMusic1 = audio.play( gameMusic1, { channel=1, loops=-1, fadein=5000 } )[/lua]
[import]uid: 46082 topic_id: 28063 reply_id: 328063[/import]