summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/include/sample.hch
diff options
context:
space:
mode:
Diffstat (limited to 'Graphic_Equalizer/include/sample.hch')
-rw-r--r--Graphic_Equalizer/include/sample.hch40
1 files changed, 0 insertions, 40 deletions
diff --git a/Graphic_Equalizer/include/sample.hch b/Graphic_Equalizer/include/sample.hch
deleted file mode 100644
index 27b4733..0000000
--- a/Graphic_Equalizer/include/sample.hch
+++ /dev/null
@@ -1,40 +0,0 @@
-/*! \file sample.hch
- *
- * \section generic Mousedriver API
- *
- * \section project Project information.
- * Project Graphic Equalizer\n
- * \author O.M. Schinagl
- * \date 20041011
- * \version 0.1
- *
- * \section copyright Copyright
- * Copyright ©2004 Koninklijke Philips Electronics N.V. All rights reserved
- *
- * \section history Change history
- * 20041011: O.M. Schinagl\n Initial version
- *
- ********************************************************************/
-
-#ifndef _SAMPLE_HCH
-#define _SAMPLE_HCH 1
-
-
-
-/*
- * This procedure adds the supplied sample to the input buffer.
- */
-void sample_add(in_sample);
-
-
-
-/*
- * This procedure rotates our buffers around if 64 samples are read into our
- * current buffer. It returns 1 when 64 samples have passed, 0 otherwise.
- */
-unsigned 1 sample_rotate_buffers(void);
-
-#else
-#error "ERROR file sample.hch multiple times included"
-#endif /* --- _SAMPLE_HCH --- */
-