26 lines
716 B
ReStructuredText
26 lines
716 B
ReStructuredText
.. _sec_advanced_usage:
|
|
|
|
Advanced Usage
|
|
**************
|
|
|
|
Whilst it is possible to program USB Audio devices using ``lib_xua`` by only setting defines
|
|
(see :ref:`sec_basic_usage_codeless`) some developers may want to code a USB Audio device from
|
|
scratch using the building blocks provided by `lib_xua`.
|
|
|
|
This could be for a number of reasons, adding complex DSP, merging with some other functionality
|
|
etc. This section describes these building blocks and their use.
|
|
|
|
Reviewing application note AN00246 is highly recommended at this point.
|
|
|
|
|
|
.. toctree::
|
|
|
|
Core Hardware Resources <using_adv_core_hw>
|
|
Running the Core Components <using_adv_core_comp>
|
|
I2S/TDM <using_adv_i2s>
|
|
Mixer <using_adv_mixer>
|
|
|
|
|
|
|
|
|