I have confused about real time tuning interface, Once the binary file loaded we can't change the binary, so my question is we are connected our pc into some hardware through static/dynamic ip, after that if we are done some changes in our design, that will communicate to the awe server & then it will generate some binary that will be send it through sockets likewise it's happening right, But in our software itself we will configure some gain & mic channels etc, i not sure what are the changes we can done through real time tuning. can you give some information regarding that.
11:03am
Hello Simbu,
AWE Core is a data-driven engine. It contains a set of signal processing modules. The signal processing logic, which we refer to as a ‘layout’, is constructed at runtime using a set of commands that configure and connect some subset of these modules. Commands add modules to the active layout, connect wires between modules, configure module parameters, and start/stop audio processing. We refer to this process as dynamic instantiation.
The tuning interface communicates commands/replies to and from the AWE Instance. For example, these commands can instantiate a layout, or set and query the value of a module parameter.
The control interface lets the system interact with modules in the running layout (AWB - Audio Weaver Binary file) directly from the firmware.
You can refer to our documentation page for more information.
Thanks,
Kevin