From kde-devel Thu Jan 24 09:27:18 2002 From: Ewald Snel Date: Thu, 24 Jan 2002 09:27:18 +0000 To: kde-devel Subject: Latency for Arts::PlayObject X-MARC-Message: https://marc.info/?l=kde-devel&m=101186460419725 Hi, It's required for some instances of PlayObject (especially video) to be able to determine the aRts server latency. I couldn't find any detailed information on this subject, but I'm currently using the following code. Arts::SoundServer server = Arts::Reference( "global:Arts_SoundServer" ); audio.latency = (unsigned long)server.serverBufferTime(); Is it safe to assume that there is only one aRts server? Is there a better way to determine the latency of the aRts server? TIA. bye, ewald >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<