summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-04-29 17:30:16 +0100
committerGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-05-05 10:24:01 +0100
commite9dda3cabdcfdeb5d659b94640410b486ad58921 (patch)
tree169f3f6651c09d1775983c271df169be78d524d4 /.gitignore
parent6c8acf656a9293db2fdbad569bb1fa3a83975462 (diff)
Add spectrum analyzer demo app
This application is a demo which uses the QtMultimedia APIs to capture and play back PCM audio. While either recording or playback is ongoing, the application performs real-time level and frequency spectrum analysis. Reviewed-by: Alessandro Portale
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c8153fcdda..c720d9732c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,8 @@ examples/*/*/*
!examples/*/*/README
examples/*/*/*[.]app
demos/*/*
+!demos/spectrum/*
+demos/spectrum/bin
!demos/*/*[.]*
demos/*/*[.]app
config.tests/*/*/*