Click here to Skip to main content
15,902,866 members

Comments by Du Sijun (Top 17 by date)

Du Sijun 4-Jul-11 7:54am View    
Thanks for your hint.
Du Sijun 4-May-11 14:19pm View    
Good point, I mean no sound from speaker and no exception from program. However I had fix this problem.Thanks for your reply.
Du Sijun 1-May-11 13:18pm View    
Yes, it ought to be 0x05
Du Sijun 1-May-11 6:33am View    
Thanks all, the problem is solved, the problem is cause by the file format.

In my program , when I call

_binaryWriter.Write("data");

It will write {0x04,'d','a','t','a'}
but not {'d','a','t','a'} to the file which cause the format problem. Even it can be played in WindowsMediaPlayer, it will not work in soundplayer.
Du Sijun 1-May-11 6:25am View    
Hi,thanks for your hints, I am now checking file format.