Browse Source

cmAudDspLocal.h: Added comments.

master
kevin 9 years ago
parent
commit
aa7b9f5d90
1 changed files with 12 additions and 0 deletions
  1. 12
    0
      cmAudDspLocal.h

+ 12
- 0
cmAudDspLocal.h View File

5
 extern "C" {
5
 extern "C" {
6
 #endif
6
 #endif
7
 
7
 
8
+  /*
9
+    This class instantiates an audio-DSP engine (cmAudDsp),
10
+    an interface for communicating with it (cmAudDspIF),
11
+    and message delivery functions for copying messages
12
+    in both directions between cmAuDsp and cmAudDspIF.
13
+
14
+    Note that the actual inteface which allows an application to
15
+    control, and receive message from, cmAudDsp is provided by
16
+    cmAudDspIF - which this class provides a handle to.
17
+    
18
+   */
19
+  
8
   enum
20
   enum
9
   {
21
   {
10
     kOkAdlRC = cmOkRC,
22
     kOkAdlRC = cmOkRC,

Loading…
Cancel
Save