From 2ba76c5b35f66dc05839d3fd926519f4e7f2a6b7 Mon Sep 17 00:00:00 2001 From: christian linke Date: Mon, 22 Oct 2012 16:41:52 +0200 Subject: * adding a sample player to the project. Signed-off-by: christian linke --- exampleCode/player/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 exampleCode/player/README (limited to 'exampleCode/player/README') 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. -- cgit v1.2.1