Delay |
| sundar k replied to Eswaran Radhakrishnan at 04-Jul-08 04:12 |
I think you just have to introduce a delay between each and every wav file, since the files are getting continously passed without any delay, you will be able to hear only the last wav file. You can try Thread.Sleep to introduce delay.
Thread.Sleep(xxxx) where XXX is in miliseconds.
|
|