Intel 05-2352-005 manual Original, Revised

Page 31

disable the active talker feature, which is always enabled. It only disables the notification to the application program. The active talker feature sums the 3 most active talkers in a conference, so that the conversation doesn’t get drowned out when too many people talk at once. Active talker notification provides data on active talkers through thedcb_gettalkers( ) and dcb_GetAtiBitsEx( ) functions, which can be used by an application program to identify active talkers; for example, to provide a visual display highlighting the active talkers in a conference. Active talkers are determined by their loudness; i.e., the strength of their “non- silence” energy.

Note: In some cases, it is desirable to inactivate the active talker feature, such as for a background music application program. Although you cannot directly disable the active talker feature, you can set the noise level threshhold by which signals are recognized as either speech or noise.

3.4.3Continuous Speech Processing API for Linux and Windows Operating Systems Library Reference

For more information on DV_TPT termination conditions when using ec_reciottdata() and ec_stream() functions, see the DV_TPT data structure description in the Voice API for Host Media Processing Library Reference.

(IPY00010008 = PTR 33269)

The code examples for the functions ec_reciottdata() and ec_stream() specify a data format that is not valid on HMP. The example code should be revised as follows:

Original

..

xpb.wFileFormat = FILE_FORMAT_VOX; xpb.wDataFormat = DATA_FORMAT_PCM; xpb.nSamplesPerSec = DRT_8KHZ; xpb.wBitsPerSample = 8;

..

Revised

..

xpb.wFileFormat = FILE_FORMAT_VOX; xpb.wDataFormat = DATA_FORMAT_MULAW; xpb.nSamplesPerSec = DRT_8KHZ; xpb.wBitsPerSample = 8;

..

(IPY00009264 = PTR 33379)

HMP Linux 1.2 Release Update, Rev 05 — September 2006September 2006

31

Image 31
Contents September Release UpdateHMP Linux 1.2 Release Update, Rev 05 September Purpose How to Use This PublicationIntended Audience Related Information Document Rev 03, published June Updated for Service UpdateDocument Rev 05, published September Document Rev 04, published DecemberDocument Revision History Document Rev 02, published JanuaryDocument Rev 01, published October Release Developments Service Update Software InstallationAssumptions and Prerequisites Order of ProceduresFollowing messages are displayed Installing the Service UpdateEnvironment Variables HMP Verification DemoTransaction Record Support for Red Hat Enterprise Linux UpdateSupport for Suse Linux Enterprise Server Support for 120 Low Bit Rate ChannelsHMP Linux 1.2 Release Update, Rev 05 September Product or Component IssuesIssue Type Defect Number PTR NumberDescription Issues Resolved in HMPFcdgen error while loading shared Dataformatmulaw Restrictions and Limitations Known Issues in HMPGeneral Fax ConferencingGlobal Call, IP, and Ipml Host-based H.323 Protocol Stack VoiceDemos Resolved Restrictions and LimitationsCompatibility Notes Echo Cancellation With Continuous Speech ProcessingEcho Cancellation With Conferencing Configuring UDP/RTP Port RangeConfiguring T.38 Service Port Range SIP Call Control Coder Negotiation with Third Party StacksExample Operating System Notes Using Multiple NICs Under Heavy LoadsElvtune Using Ioctls SolutionsRelease Documentation Documentation3 UpdatesCorrect Incorrect, Release Documentation, the following apply , Development Software, the following apply Operating Software Documentation Installation DocumentationHost Media Processing Diagnostics Guide Development Software Documentation Revised OriginalGlobal Call API for Host Media Processing Library Reference Fax Software Reference for Linux and WindowsGlobal Call IP for Host Media Processing Technology Guide HMP Linux 1.2 Release Update, Rev 05 September 2006September Dxmreciottdata Voice API for Host Media Processing Library Reference„ Cautions „ Description„ Errors Following example is for Linux applications „ ExampleFollowing example is for Windows applications HMP Linux 1.2 Release Update, Rev 05 September 2006September „ See Also Transaction Record Voice API for Host Media Processing Programming GuideAudio Conferencing API for Host Media Processing Demo Guide Demonstration Software Documentation$INTELDIALOGICDIR/demos/IPMediaServer IP Media Server for Host Media Processing Demo GuideGlobal Call API Demo Guide