How do you play an MP3 in Visual Basic.NET without delay?

Posted by Corey B on Stack Overflow See other posts from Stack Overflow or by Corey B
Published on 2010-05-25T21:01:06Z Indexed on 2010/05/26 3:41 UTC
Read the original article Hit count: 242

I'm working on a game that plays MP3s at various points using the Windows Media Player component and it takes a long time to load and play MP3s. Would anyone know how to decrease the load time? I've considered multi-threading but I'm not sure how I would do that or if that's even the proper direction.

© Stack Overflow or respective owner

Related posts about multithreading

Related posts about game-development