logo       

PSoundChannel bug in Linux: msg#00425

telephony.openh323.general

Subject: PSoundChannel bug in Linux

Hi,

I am sending this here, but the GnomeMeeting guys may be interested to comment
since this seems Linux related.

For playing a file N>1 times, I had to do:
do {
// workaround for broken "WaitForPlayCompletion"
chnl->PlaySound(file, FALSE);
while (!chnl->HasPlayCompleted());
}
while (--maxTimes);

This is because
chnl->PlaySound(file, TRUE);
does not wait as it SHOULD, and thus I get only the file played once.

I couldn't see any reason for this in the source, and thus cannot rule out an
issue in the ALSA driver itself.

Guilhem.



__________________________________
Do you Yahoo!?
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250
------------------------------------------------------------------------
Check the FAQ before asking! - http://www.openh323.org/~openh323/fom.cgi
The OpenH323 Project mailing list, using Mailman. To unsubscribe or
change your subscription options, goto
http://www.openh323.org/mailman/listinfo/openh323
Maintained by Quicknet Technologies, Inc - http://www.quicknet.net
------------------------------------------------------------------------



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise