help for streaming using MCI
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I am using MCI to play incoming mp3 data in an online radio app... the data is stored in two temp files and MCI switches between these two files for audio playback ... but there is considerable delay for MCI_OPEN for the two files ... almost of a second.. so the playback is not continous... how to reduce this delay while switching? -