Write Pcm data in a loop but it does not play

Login to reply to this topic.
Mon, 2004-10-04 11:08
Joined: 2004-09-27
Forum posts: 122
Hi all,
I'm new to this forum, expecting your sincere help.
I have  ported an application on SDK 2.0. Application try to write data in a loop regularly, but due to asynchronous implementation it does not while writing data through update buffer, when it goes back to frame then it play  last written data.

Is there any way to write data in a loop and it should play regularly while control is in application.
as
 while(1)
   {
    WriteL(buffer);
       // but it is not playing once it goes out of loop and back to frame then it plays last data.
    }

what API needs to be called to play in loop .

------------------
chandrasheklhar
  • Login to reply to this topic.