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.


Click here to sign in and reply. You could earn money via our $500 contest just for being helpful.
  How to call a function using Thread in C#? - Eswaran Radhakrishnan  04-Jul-08 04:07 4:07:51 AM
      Delay - sundar k  04-Jul-08 04:12 4:12:22 AM
          I used that one also.. But Not use.. - Eswaran Radhakrishnan  04-Jul-08 04:18 4:18:49 AM
      solution to wav file playing - Umapathy Kaliaperumal  04-Jul-08 04:56 4:56:43 AM
          It did not work. Any other ideas... - Eswaran Radhakrishnan  04-Jul-08 05:21 5:21:49 AM
              thread issue - Umapathy Kaliaperumal  04-Jul-08 06:19 6:19:03 AM
      Re:How to call a function using Thread in C#? - Ashutosh Dhok  04-Jul-08 05:22 5:22:57 AM
          Solution - kalit sikka  04-Jul-08 05:33 5:33:23 AM
      use multithreading - Arvind Kumar  04-Jul-08 05:27 5:27:44 AM
      Calling function using threads - santhosh kumar  04-Jul-08 06:08 6:08:52 AM
          I need to pass some paramenters when we call the function... - Eswaran Radhakrishnan  04-Jul-08 10:42 10:42:18 AM
View Posts