summaryrefslogtreecommitdiff
path: root/exampleCode/player/README
diff options
context:
space:
mode:
authorchristian linke <christian.linke@bmw.de>2012-10-22 16:41:52 +0200
committerchristian linke <christian.linke@bmw.de>2012-10-22 16:41:52 +0200
commit2ba76c5b35f66dc05839d3fd926519f4e7f2a6b7 (patch)
tree468a16f8572369dcfdbc9267b7e34edc6bcfa4e3 /exampleCode/player/README
parentcdbb09b901c695ba55827b53ee43549a4b0b10f6 (diff)
downloadaudiomanager-2ba76c5b35f66dc05839d3fd926519f4e7f2a6b7.tar.gz
* adding a sample player to the project.
Signed-off-by: christian linke <christian.linke@bmw.de>
Diffstat (limited to 'exampleCode/player/README')
-rw-r--r--exampleCode/player/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/exampleCode/player/README b/exampleCode/player/README
new file mode 100644
index 0000000..aa8fca3
--- /dev/null
+++ b/exampleCode/player/README
@@ -0,0 +1,5 @@
+This code is a sample player for the AudioManager and was used for the POC in 2012.
+
+It is based on a QT sample player.
+
+In order to compile it, open it with a QT Creator.