diff options
author | Tai Vuong <tvuong@audiokinetic.com> | 2017-11-09 10:19:15 -0500 |
---|---|---|
committer | Tai Vuong <tvuong@audiokinetic.com> | 2017-11-09 10:19:15 -0500 |
commit | 74a7f52da15f691913ee307ec9c00d6aa10d161a (patch) | |
tree | 36d6a920bf191da886a1e990b5ffc92bdf7c4ac5 /htdocs/index.html | |
parent | 953ee5a88ac8999be5be8c57e88e4fbd792db049 (diff) |
add htdocs folder
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..532cfce --- /dev/null +++ b/htdocs/index.html @@ -0,0 +1,10 @@ +<html> + <head> + <title>AGL Audio Agent</title> + <body> + <h1>AAA binding tests</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="audiohl.html">High Level Audio API</a> + <li><a href="audiobackend.html">Audio Backend Test</a> |