You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Thursday, January 29th 2009, 3:21pm

Inter-process communication in QT ?

Hello all, I'm new here.

I have to synchronize 15 wave files played by 15 different processes in the same pc (linux server).

I assume the files are recorded (I record them ) with the same rate so I should not have any kind of audio synchronization problem.
These files are quiet long (4 hours) so, if I let the processes just play them without synchronization, I'm sure after some time they are not aligned.

Does someone know how to solve this problem with QT's inter-process communication ?

Thanks

PS: I'm using C++ on Linux Ubuntu.