Hi all ! I am on my way somewhere in CZ, so I took some time to look into the new input.voip work done by Sam (cheers sam!).
I would have few remarks: * I believe the very high load is generated by the infinite loop waiting for new messages. There should be a way to make this more safe. In particular, as for now I believe the code may answer to several calls at once :-) * I will look for a more proper use of the fd for reading data. In particular, it shouldn't need a specific thread, the duppy scheduler should be sufficient (see input.external for instance). * I am almost sure that there should be a way to obtain data in the PCM format we need. The file <opal/codec/opalwavefile.h> is an example of this. I will try to code some of these remarks. I'm looking forward for your comments.. Romain ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Savonet-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-devl
