Difference of "sndPlaySound", "mciSendString" & MM Control ? - basic.visual
This is a discussion on Difference of "sndPlaySound", "mciSendString" & MM Control ? - basic.visual ; hi, everybody ....
i am dealing with a problem of playing multiple sound files at the
same time using VB . i have already found the solution playing only
single file. The APIs or control mentioned in the title of ...
-
Difference of "sndPlaySound", "mciSendString" & MM Control ?
hi, everybody ....
i am dealing with a problem of playing multiple sound files at the
same time using VB. i have already found the solution playing only
single file. The APIs or control mentioned in the title of this
dicussion can achieve this aim successfully without any problem.
Actually, i failed to play multiple sound files at the same time using
one only method except MM Control. In Short, using only "sndPlaySound"
& "mciSendString" cannot play two files at the same time. Each of
them playing different files at the same time, it works for a while.
Is there any difference between the three methods ? ..... All of them
are "mci" technique based ? ....It seems that "sndPlaySound" occupies
more memory than the other two methods ...
Any Response will be appreciated ~
-
Re: Difference of "sndPlaySound", "mciSendString" & MM Control ?
chau_fai wrote:
> hi, everybody ....
>
> i am dealing with a problem of playing multiple sound files at the
> same time using VB. i have already found the solution playing only
> single file. The APIs or control mentioned in the title of this
> dicussion can achieve this aim successfully without any problem.
>
> Actually, i failed to play multiple sound files at the same time using
> one only method except MM Control. In Short, using only "sndPlaySound"
> & "mciSendString" cannot play two files at the same time. Each of
> them playing different files at the same time, it works for a while.
I believe you can use them to play a sound file and a midi file at the same
time. To play 2 (or more) sound files at the same time you need to mix
them, search on wavmix32.dll and WaveMixer.Bas (A VB6 example module) to
find out how.
>
> Is there any difference between the three methods ? ..... All of them
> are "mci" technique based ? ....It seems that "sndPlaySound" occupies
> more memory than the other two methods ...
>
> Any Response will be appreciated ~
I hope this helps.
Best,
Bill
-
Re: Difference of "sndPlaySound", "mciSendString" & MM Control ?
"Bill Plenge" <unknown@user.com> wrote in message news:<y0YHb.164567$8y1.491926@attbi_s52>...
> chau_fai wrote:
> > hi, everybody ....
> >
> > i am dealing with a problem of playing multiple sound files at the
> > same time using VB. i have already found the solution playing only
> > single file. The APIs or control mentioned in the title of this
> > dicussion can achieve this aim successfully without any problem.
> >
> > Actually, i failed to play multiple sound files at the same time using
> > one only method except MM Control. In Short, using only "sndPlaySound"
> > & "mciSendString" cannot play two files at the same time. Each of
> > them playing different files at the same time, it works for a while.
>
> I believe you can use them to play a sound file and a midi file at the same
> time. To play 2 (or more) sound files at the same time you need to mix
> them, search on wavmix32.dll and WaveMixer.Bas (A VB6 example module) to
> find out how.
>
> >
> > Is there any difference between the three methods ? ..... All of them
> > are "mci" technique based ? ....It seems that "sndPlaySound" occupies
> > more memory than the other two methods ...
> >
> > Any Response will be appreciated ~
>
> I hope this helps.
>
> Best,
> Bill
Thank You. wavmix32.dll really helps me a lot. I can easily accomplish
my task with the help of this dll.
Can Anyone give me a brief explanation about the differeces of the
three methods i mentioned in the title ?
Similar Threads
-
By Application Development in forum DOTNET
Replies: 1
Last Post: 10-04-2007, 04:53 PM
-
By Application Development in forum JDBC JAVA
Replies: 0
Last Post: 03-21-2007, 01:26 PM
-
By Application Development in forum Theory
Replies: 2
Last Post: 03-21-2007, 02:36 AM
-
By Application Development in forum DOTNET
Replies: 0
Last Post: 03-12-2006, 03:55 AM
-
By Application Development in forum JDBC JAVA
Replies: 5
Last Post: 11-17-2005, 04:54 PM