diff options
author | Tai Vuong <tvuong@audiokinetic.com> | 2017-08-25 15:32:14 -0400 |
---|---|---|
committer | Tai Vuong <tvuong@audiokinetic.com> | 2017-08-25 15:32:14 -0400 |
commit | 5c26597129668e57534199ffc566c68ee6672a7e (patch) | |
tree | fd0c6c113ab1d03183b260a5587349bd1b75b244 /htdocs/index.html | |
parent | 831e6b828179225116b52064ce9d7703b3202fad (diff) |
add doc and example files
Diffstat (limited to 'htdocs/index.html')
-rw-r--r-- | htdocs/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/htdocs/index.html b/htdocs/index.html new file mode 100644 index 0000000..9c645cf --- /dev/null +++ b/htdocs/index.html @@ -0,0 +1,10 @@ +<html> + <head> + <title>AGL-AudioBindins tests</title> + <body> + <h1>audio-bindings test</h1> + <ol> + <li><a href="alsa-core.html">AlsaCore Low Level Binding</a> + <li><a href="alsa-hal.html" >AlsaHAL Hardware Abstraction Layer</a> + <li><a href="audio-control.html">AudioControl Control/Policy API</a> + <li><a href="audiohl.html">High Level Audio API</a> |