summaryrefslogtreecommitdiffstats
path: root/libaudio/README
diff options
context:
space:
mode:
Diffstat (limited to 'libaudio/README')
-rw-r--r--libaudio/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/libaudio/README b/libaudio/README
new file mode 100644
index 0000000..d446f90
--- /dev/null
+++ b/libaudio/README
@@ -0,0 +1,7 @@
+The code in this library is implemented according to legacy audio HAL scheme:
+ - use of AudioHardwareInterface C++ interface.
+ - use of C++ classes in frameworks/base.
+
+It should not be used as an example for newer audio HALs implementations.
+
+