This guide is intended to help developers in creating audio objects in the Extended Audio Framework (xAF). The framework act as a gateway between the audio object and the outside world.
This guide covers the following topics:
An overview on how audio objects interact with the framework, including the order in which the framework interacts with the audio object.
Details on the audio object configuration in the design tool and how to set it up.
Basic Features and APIs
Advanced features and APIs.
An example of a template audio object, which will include a reference implementation for all of the items mentioned above.
An explanation of how to connect external audio objects to the framework.
Information on the general guidelines that xAF objects should follow.