creating buffer for storing sound stored in path and playing back when all sound path is finish in C#

Answered creating buffer for storing sound stored in path and playing back when all sound path is finish in C#

  • Sunday, July 15, 2012 5:49 PM
     
     

    i have stored my sound files in SoundFile (C:\Users\..\Desktop\SoundFile).

    I invoke my function to call all those stored sound one by one and want to put it in the temporary buffer and

    when the invoke function end I want to play the required buffered sound.

    How do i create the temp buffer and play it?

    Please Advice.

    Thanks

All Replies