diff options
author | James O'Shannessy <james.oshannessy@fiberdyne.com.au> | 2018-10-08 15:19:34 +1100 |
---|---|---|
committer | Mark Farrugia <mark.farrugia@fiberdyne.com.au> | 2018-10-26 17:27:45 +1100 |
commit | 056c3754bc7be349de1a41ac6d4819f3d032bd0c (patch) | |
tree | 558603c87a397f72726437ad95b10037ebd648d3 /docs/4.4A-Integration.md | |
parent | 13610114b7f283718a678c42e0421c3c51de636e (diff) |
Fixing table of contents in README documentation
Restructure docs file tree
Signed-off-by: James O'Shannessy <james.oshannessy@fiberdyne.com.au>
Diffstat (limited to 'docs/4.4A-Integration.md')
-rw-r--r-- | docs/4.4A-Integration.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/4.4A-Integration.md b/docs/4.4A-Integration.md new file mode 100644 index 0000000..7c9b980 --- /dev/null +++ b/docs/4.4A-Integration.md @@ -0,0 +1,17 @@ +4A Integration +=================== + +AVIRT has been integrated with [4a-softmixer](https://github.com/iotbzh/4a-softmixer) +and [4a-hal-generic](https://github.com/iotbzh/4a-hal-generic) to provide a smooth +transition from the existing aloop implementation to the future AVIRT loopback implementation. + +### User-space Library + +The user-space library [libavirt](https://github.com/fiberdyne/libavirt) can be used to configure AVIRT from within a given AGL 4A binding. + +### Hardmixer + +A new 4A mixer binding has been developed to demonstrate the capabilities of the +Fiberdyne DSP mixer operating on the HiFi2 core on-board the Renesas R-Car M3 M3ULCB +AGL reference platform. This is called the 'hardmixer', and is a faster, lower +latency alternative to the softmixer.
\ No newline at end of file |