{"id":407655,"date":"2024-10-20T05:27:03","date_gmt":"2024-10-20T05:27:03","guid":{"rendered":"https:\/\/pdfstandards.shop\/product\/uncategorized\/ieee-p3301\/"},"modified":"2024-10-26T09:54:29","modified_gmt":"2024-10-26T09:54:29","slug":"ieee-p3301","status":"publish","type":"product","link":"https:\/\/pdfstandards.shop\/product\/publishers\/ieee\/ieee-p3301\/","title":{"rendered":"IEEE P3301"},"content":{"rendered":"

New IEEE Standard – Active – Draft.<\/p>\n

PDF Catalog<\/h4>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
PDF Pages<\/th>\nPDF Title<\/th>\n<\/tr>\n
3<\/td>\nNotice and Disclaimer of Liability Concerning the Use of IEEE Standards Documents <\/td>\n<\/tr>\n
4<\/td>\nTranslations
Official statements
Comments on standards
Laws and regulations <\/td>\n<\/tr>\n
5<\/td>\nData privacy
Copyrights
Photocopies
Updating of IEEE Standards documents
Errata <\/td>\n<\/tr>\n
6<\/td>\nPatents
IMPORTANT NOTICE <\/td>\n<\/tr>\n
12<\/td>\n1 Introduction (Informative) <\/td>\n<\/tr>\n
13<\/td>\n2 Scope (Normative) <\/td>\n<\/tr>\n
14<\/td>\n3 Terms and definitions (Normative) <\/td>\n<\/tr>\n
15<\/td>\n4 References
4.1 Normative references <\/td>\n<\/tr>\n
16<\/td>\n4.2 Informative references
5 Architecture of the AI Framework (Normative)
5.1 AI Framework Components <\/td>\n<\/tr>\n
17<\/td>\n5.2 AI Framework Implementations <\/td>\n<\/tr>\n
18<\/td>\n5.3 AIMs
5.3.1 Implementation types
5.3.2 Combination
5.3.3 Hardware-software compatibility <\/td>\n<\/tr>\n
19<\/td>\n5.3.4 Actual implementations
5.3.4.1 Hardware
5.3.4.2 Software
6 Metadata
6.1 Communication channels and their data types
6.1.1 Type system <\/td>\n<\/tr>\n
21<\/td>\n6.1.2 Mapping the type to buffer contents
6.2 AIF Metadata <\/td>\n<\/tr>\n
22<\/td>\n6.3 AIW\/AIM Metadata <\/td>\n<\/tr>\n
27<\/td>\n7 API
7.1 General
7.2 Conventions
7.2.1 API types
7.2.2 Return codes <\/td>\n<\/tr>\n
28<\/td>\n7.2.3 High-priority Messages
7.3 MPAI Store API called by Controller
7.3.1 Get and parse archive <\/td>\n<\/tr>\n
29<\/td>\n7.3.1.1 MPAI_AIFS_GetAndParseArchive
7.4 Controller API called by User Agent
7.4.1 General
7.4.1.1 MPAI_AIFU_Controller_Initialize
7.4.1.2 MPAI_AIFU_Controller_Destroy
7.4.2 Start\/Pause\/Resume\/Stop Messages to other AIWs
7.4.2.1 MPAI_AIFU_AIW_Start
7.4.2.2 MPAI_AIFU_AIW_Pause <\/td>\n<\/tr>\n
30<\/td>\n7.4.2.3 MPAI_AIFU_AIW_Resume
7.4.2.4 MPAI_AIFU_AIW_Stop
7.4.3 Inquire about state of AIWs and AIMs
7.4.3.1 MPAI_AIFU_AIM_GetStatus
7.4.4 Management of Shared and AIM Storage for AIWs
7.4.4.1 MPAI_AIFU_SharedStorage_Init
7.4.4.2 MPAI_AIFU_ AIMStorage_Init
7.4.5 Communication management
7.4.5.1 MPAI_AIFU_Communication_Event
7.4.6 Resource allocation management
7.4.6.1 MPAI_AIFU_Resource_GetGlobal <\/td>\n<\/tr>\n
31<\/td>\n7.4.6.2 MPAI_AIFU_Resource_SetGlobal
7.4.6.3 MPAI_AIFU_Resource_GetAIW
7.4.6.4 MPAI_AIFU_Resource_SetAIW
7.5 Controller API called by AIMs
7.5.1 General
7.5.2 Resource allocation management
7.5.2.1 MPAI_AIFM_Resource_GetGlobal
7.5.2.2 MPAI_AIFM_Resource_SetGlobal
7.5.2.3 MPAI_AIFM_Resource_GetAIW <\/td>\n<\/tr>\n
32<\/td>\n7.5.2.4 MPAI_AIFM_Resource_SetAIW
7.5.3 Register\/deregister AIMs with the Controller
7.5.3.1 MPAI_AIFM_AIM_Register_Local
7.5.3.2 MPAI_AIFM_AIM_Register_Remote
7.5.3.3 MPAI_AIFM_AIM_Deregister
7.5.4 Send Start\/Pause\/Resume\/Stop Messages to other AIMs
7.5.4.1 MPAI_AIFM_AIM_Start
7.5.4.2 MPAI_AIFM_AIM_Pause
7.5.4.3 MPAI_AIFM_AIM_Resume <\/td>\n<\/tr>\n
33<\/td>\n7.5.4.4 MPAI_AIFM_AIM_Stop
7.5.4.5 MPAI_AIFM_AIM_EventHandler
7.5.5 Register Connections between AIMs
7.5.5.1 MPAI_AIFM_Channel_Create
7.5.5.2 MPAI_AIFM_Channel_Destroy
7.5.6 Using Ports
7.5.6.1 MPAI_AIFM_Port_Output_Read
7.5.6.2 MPAI_AIFM_Port_Input_Write <\/td>\n<\/tr>\n
34<\/td>\n7.5.6.3 MPAI_AIFM_Port_Reset
7.5.6.4 MPAI_AIFM_Port_CountPendingMessages
7.5.6.5 MPAI_AIFM_Port_Probe
7.5.6.6 MPAI_AIFM_Port_Select
7.5.7 Operations on messages
7.5.7.1 MPAI_AIFM_Message_Copy
7.5.7.2 MPAI_AIFM_Message_Delete
7.5.7.3 MPAI_AIFM_Message_GetBuffer
7.5.7.4 MPAI_AIFM_Message_GetBufferLength <\/td>\n<\/tr>\n
35<\/td>\n7.5.7.5 MPAI_AIFM_Message_Parse
7.5.7.6 MPAI_AIFM_Message_Parse_Get_StructField
7.5.7.7 MPAI_AIFM_Message_Parse_Get_VariantType
7.5.7.8 MPAI_AIFM_Message_Parse_Get_ArrayLength
7.5.7.9 MPAI_AIFM_Message_Parse_Get_ArrayField
7.5.7.10 MPAI_AIFM_Message_Parse_Delete <\/td>\n<\/tr>\n
36<\/td>\n7.5.8 Functions specific to machine learning
7.5.8.1 Support for model update
7.5.8.2 Support for model drift
7.5.9 Controller API called by Controller
7.5.9.1 MPAI_AIFM_External_List
7.5.9.2 MPAI_AIFM_External_Output_Read
7.5.9.3 MPAI_AIFM_External_Input_Write <\/td>\n<\/tr>\n
37<\/td>\n8 Implementation Guidelines (Informative)
9 Examples (Informative)
9.1 AIF Implementations
9.1.1 Resource-constrained implementation
9.1.2 Non-resource-constrained implementation <\/td>\n<\/tr>\n
38<\/td>\n9.2 Examples of types
9.3 Examples of Metadata
9.3.1 Metadata of Enhanced Audioconference Experience AIF <\/td>\n<\/tr>\n
39<\/td>\n9.3.2 Metadata of Enhanced Audioconference Experience AIW <\/td>\n<\/tr>\n
46<\/td>\n9.3.3 Metadata of CAE-EAE Analysis Transform AIM <\/td>\n<\/tr>\n
47<\/td>\n9.3.4 Metadata of Enhanced Audioconference Experience AIW <\/td>\n<\/tr>\n
53<\/td>\n9.3.5 Metadata of CAE-EAE Analysis Transform AIM <\/td>\n<\/tr>\n
54<\/td>\n9.3.6 Metadata of CAE-EAE Sound Field Description AIM <\/td>\n<\/tr>\n
56<\/td>\n9.3.7 Metadata of CAE-EAE Speech Detection and Separation AIM <\/td>\n<\/tr>\n
57<\/td>\n9.3.8 Metadata of CAE-EAE Noise Cancellation AIM <\/td>\n<\/tr>\n
58<\/td>\n9.3.9 Metadata of CAE-EAE Synthesis Transform AIM <\/td>\n<\/tr>\n
60<\/td>\n9.3.10 Metadata of CAE-EAE Packager AIM <\/td>\n<\/tr>\n
62<\/td>\nAnnex 1 \u2013 MPAI-wide terms and definitions (Normative) <\/td>\n<\/tr>\n
65<\/td>\nAnnex 2 – Notices and Disclaimers Concerning MPAI Standards (Informative) <\/td>\n<\/tr>\n
67<\/td>\nAnnex 3 \u2013 The Governance of the MPAI Ecosystem (Informative) <\/td>\n<\/tr>\n
69<\/td>\nAnnex 4 \u2013 Patent declarations <\/td>\n<\/tr>\n<\/table>\n","protected":false},"excerpt":{"rendered":"

IEEE Draft Standard – Adoption of Moving Picture, Audio and Data Coding by Artificial Intelligence (MPAI) Technical Specification Artificial Intelligence Framework (AIF) Version 1<\/b><\/p>\n\n\n\n\n
Published By<\/td>\nPublication Date<\/td>\nNumber of Pages<\/td>\n<\/tr>\n
IEEE<\/b><\/a><\/td>\nN\/A<\/td>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n","protected":false},"featured_media":407664,"template":"","meta":{"rank_math_lock_modified_date":false,"ep_exclude_from_search":false},"product_cat":[2644],"product_tag":[],"class_list":{"0":"post-407655","1":"product","2":"type-product","3":"status-publish","4":"has-post-thumbnail","6":"product_cat-ieee","8":"first","9":"instock","10":"sold-individually","11":"shipping-taxable","12":"purchasable","13":"product-type-simple"},"_links":{"self":[{"href":"https:\/\/pdfstandards.shop\/wp-json\/wp\/v2\/product\/407655","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pdfstandards.shop\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/pdfstandards.shop\/wp-json\/wp\/v2\/types\/product"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/pdfstandards.shop\/wp-json\/wp\/v2\/media\/407664"}],"wp:attachment":[{"href":"https:\/\/pdfstandards.shop\/wp-json\/wp\/v2\/media?parent=407655"}],"wp:term":[{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/pdfstandards.shop\/wp-json\/wp\/v2\/product_cat?post=407655"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/pdfstandards.shop\/wp-json\/wp\/v2\/product_tag?post=407655"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}