Streaming a sound wav file

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • yaron

    Streaming a sound wav file

    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.

  • Mrinal Kamboj

    #2
    Re: Streaming a sound wav file

    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 programmaticall y .

    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

    yaron wrote:
    [color=blue]
    > 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.
    >[/color]

    Comment

    Working...