Sound slows down the application

I’ve met a problem: each time I play a sound using the play() function, it slows down my app. It doesn’t happen if I play cycled sound ( play(0, 1000), as for example).

As it seems it takes time to unpack mp3 into the memory. Can anyone help?