Streaming a sound wav file

G

Guest

Hi,

my receiver application read chunks of wav file into a byte array,
how do i play those arrived chunks of the wav file (i don't need any GUI,
just automaticly start play the chunks at the receiver side) ?
is there any simple C# code sample for doing this ?

Thanks.
 
M

Mrinal Kamboj

Hi ,

even if u don't use any GUI , u need some inherent class , that take
..wav file as an input and do the job for u programmatically .

so , what i think is u need to re create a .wav file at receiver end by
reading through the stream and use some DirectX class to get the job
done for u .

Mrinal
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top