Burgos Posted June 30, 2005 Posted June 30, 2005 Can somebody please tell me how to load mp3 into streaming buffer? I have DirectX 9 SDK (using managed) and Lame decoder. Quote
akuehn3000 Posted July 7, 2005 Posted July 7, 2005 (edited) Can somebody please tell me how to load mp3 into streaming buffer? I have DirectX 9 SDK (using managed) and Lame decoder. Unfortunately, loading mp3 files is not possible with the secondarybuffer class. Therefore you have to use the AudioVideoPlayback classes whicht don´t provide a way to deal with streams: Microsoft.DirectX.AudioVideoPlayback.Audio audio = new Audio("song.mp3",true); You will have to look for third party solutions for this problem. Edited July 7, 2005 by akuehn3000 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.