Click here to Skip to main content
15,896,520 members

Comments by noxia (Top 2 by date)

noxia 27-Sep-10 14:23pm View    
You must be unclear in my question or just looking for a good post to make. Either way, your "answer" has nothing to do with my question and is therefore incorrect. I'll restate my problem. I know how to download files. I have done everything correctly according to the link you recommended (which, by the way, is written in C++ and not c#). My problem is that after the file has downloaded completely, there are artifacts in the file.
noxia 27-Sep-10 11:52am View    
I removed all the "other" code. However, it should be noted that this download routine is part of a separate thread using System.Threading. Also, when I use a lower buffer size of say 256, the audio artifacts "appear" to disappear, but the dl take much longer. With a higher buffer size, the dl is much faster, but with the unwanted ghosts.
Gary