2140510jvoiplib-1.4.1

所属分类:IP电话/视频会议
开发工具:Visual C++
文件大小:742KB
下载次数:2
上传日期:2015-07-25 06:31:43
上 传 者xzh888906
说明:  jvoiplib jvoiplib jvoiplib jvoiplib

文件列表:
jvoiplib-1.4.1 (0, 2005-10-21)
jvoiplib-1.4.1\ChangeLog (3308, 2005-10-21)
jvoiplib-1.4.1\configure (132282, 2005-10-21)
jvoiplib-1.4.1\configure.in (17873, 2005-10-21)
jvoiplib-1.4.1\copyheaderfiles.bat (2851, 2005-10-21)
jvoiplib-1.4.1\doc (0, 2005-10-21)
jvoiplib-1.4.1\doc\appendix1.tex (2916, 2005-10-21)
jvoiplib-1.4.1\doc\chapter1.tex (4145, 2005-10-21)
jvoiplib-1.4.1\doc\chapter2.tex (30851, 2005-10-21)
jvoiplib-1.4.1\doc\chapter3.tex (22380, 2005-10-21)
jvoiplib-1.4.1\doc\chapter4.tex (24529, 2005-10-21)
jvoiplib-1.4.1\doc\images (0, 2005-10-21)
jvoiplib-1.4.1\doc\images\manual (0, 2005-10-21)
jvoiplib-1.4.1\doc\images\manual\chapter2 (0, 2005-10-21)
jvoiplib-1.4.1\doc\images\manual\chapter2\base-component-class.dia (1218, 2005-10-21)
jvoiplib-1.4.1\doc\images\manual\chapter2\base-component-class.eps (13733, 2005-10-21)
jvoiplib-1.4.1\doc\images\manual\chapter2\change-session-params.dia (1032, 2005-10-21)
jvoiplib-1.4.1\doc\images\manual\chapter2\change-session-params.eps (12782, 2005-10-21)
jvoiplib-1.4.1\doc\images\manual\chapter2\class-jvoipcompression.dia (1613, 2005-10-21)
jvoiplib-1.4.1\doc\images\manual\chapter2\class-jvoipcompression.eps (16404, 2005-10-21)
jvoiplib-1.4.1\doc\images\manual\chapter2\class-jvoipcompressionmodule.dia (1411, 2005-10-21)
jvoiplib-1.4.1\doc\images\manual\chapter2\class-jvoipcompressionmodule.eps (14764, 2005-10-21)
jvoiplib-1.4.1\doc\images\manual\chapter2\class-jvoiplocalisation.dia (1824, 2005-10-21)
jvoiplib-1.4.1\doc\images\manual\chapter2\class-jvoiplocalisation.eps (18062, 2005-10-21)
jvoiplib-1.4.1\doc\images\manual\chapter2\class-jvoipmixer.dia (1563, 2005-10-21)
jvoiplib-1.4.1\doc\images\manual\chapter2\class-jvoipmixer.eps (15721, 2005-10-21)
jvoiplib-1.4.1\doc\images\manual\chapter2\class-jvoiptransmission.dia (1976, 2005-10-21)
jvoiplib-1.4.1\doc\images\manual\chapter2\class-jvoiptransmission.eps (18219, 2005-10-21)
jvoiplib-1.4.1\doc\images\manual\chapter2\class-jvoipvoiceinput.dia (1949, 2005-10-21)
jvoiplib-1.4.1\doc\images\manual\chapter2\class-jvoipvoiceinput.eps (19192, 2005-10-21)
jvoiplib-1.4.1\doc\images\manual\chapter2\class-jvoipvoiceoutput.dia (1512, 2005-10-21)
jvoiplib-1.4.1\doc\images\manual\chapter2\class-jvoipvoiceoutput.eps (15539, 2005-10-21)
jvoiplib-1.4.1\doc\images\manual\chapter2\create-session-schema.dia (1687, 2005-10-21)
jvoiplib-1.4.1\doc\images\manual\chapter2\create-session-schema.eps (15267, 2005-10-21)
jvoiplib-1.4.1\doc\images\manual\chapter2\overridable-functions.dia (921, 2005-10-21)
jvoiplib-1.4.1\doc\images\manual\chapter2\overridable-functions.eps (11928, 2005-10-21)
jvoiplib-1.4.1\doc\images\manual\chapter2\register-userdef-functions.dia (1008, 2005-10-21)
jvoiplib-1.4.1\doc\images\manual\chapter2\register-userdef-functions.eps (12758, 2005-10-21)
jvoiplib-1.4.1\doc\images\manual\chapter2\send-and-receive-functions.dia (1028, 2005-10-21)
jvoiplib-1.4.1\doc\images\manual\chapter2\send-and-receive-functions.eps (12713, 2005-10-21)
... ...

------------------------------------------------------------------------------ October 20, 2005 Notes about JVOIPLIB (v1.4.1) LIBRARY LOCATION AND CONTACT ============================ Normally, you should be able to download the latest version of the library from this url: http://research.edm.uhasselt.be/jori/jvoiplib/jvoiplib.html If you have questions about the library, you can mail me at: jori@lumumba.uhasselt.be DISCLAIMER & COPYRIGHT ====================== For the full copyright statement and disclaimer, please refer to the file LICENSE.LGPL which is included in the source code archive of the library. In short, it's this: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. INSTALLATION NOTES ================== * To compile the library on a unix-like platform, just start the configure script. Afterwards you just need to run 'make'. Note that you also need jthread-1.1.2 and jrtplib-3.3.0 to make the library work. To disable components, you can use the --disable-X flags of the configure script. * To compile the library on a MS-Windows platform using Visual C++, you can use the project files included in the archive. You will have to change the path to the jthread-1.1.2 and jrtplib-3.3.0 headers in the project settings. If you plan to use JVOIPLIB in an MFC application, you should build the library with the option 'using MFC in a shared library'. Otherwise, you can build the library without MFC support. To disable certain components, you can adjust some lines in src/jvoipconfig_win.h before compiling the library. Also note that jrtplib has to be compiled with JThread support enabled. ACKNOWLEDGEMENTS ================ Many thanks go to Bill Gardner and Keith Martin: thanks to their measurements of Head-Related Impulse Responses, I was able to make a decent 3D sound implementation. I would also like to thank Jutta Degener and Carsten Bormann for writing their GSM codec. Thanks also go to Ron Frederick for writing his LPC implementation. David Allouche found a serious bug in the library. Many thanks for pointing this out and suggesting possible workarounds.

近期下载者

相关文件


收藏者