summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/src/audio.hcc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added audio player functionalityOliver Schinagl2005-02-231-6/+59
|
* Added internal audio play functionality.Oliver Schinagl2005-01-181-36/+63
|
* modified doxygen comments, added automatic input gain controlOliver Schinagl2005-01-111-35/+57
|
* merged runfft into audio.hccMarcel Lauwerijssen2005-01-061-21/+208
|
* We need to initialize the gain level and the position so it looks pretty. ↵Oliver Schinagl2005-01-061-6/+5
| | | | | | Hence we init the gain where we also 'change' it later. So we removed the parameter here. A better design choice would have been to add two functions here to set volume and gain. TOD0?
* New branch used to add new features.Oliver Schinagl2004-12-091-0/+102
|
* Added defines makeing it possible to split the application in various parts ↵Oliver Schinagl2004-12-091-102/+0
| | | | | | | | namely: Loader (loads data from the smart media into ram) Equalizer (The 'normal' known application) Visualization (The graphical visualization)
* Added reminder to move runfft functionality into this file.Oliver Schinagl2004-12-081-0/+1
|
* added doxygen html generated documenationOliver Schinagl2004-11-291-21/+21
| | | | fixe doxygen tags.
* changed macro proc's to functions.Oliver Schinagl2004-11-261-1/+1
| | | | replaced for loops for while loops.
* added configurationOliver Schinagl2004-11-161-0/+1
|
* Merged FFT into Graphic Equalizer.Oliver Schinagl2004-11-161-2/+3
|
* Added fft filesOliver Schinagl2004-11-111-22/+12
| | | | fixed some issues, included equalizer.
* (no commit message)Oliver Schinagl2004-11-101-14/+16
|
* renamed audiodriver simply to audioOliver Schinagl2004-11-101-0/+107