| Description | Uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
Simple audio feedback class.
2.5.2008.07 Still here
| Name | Description |
|---|---|
Class myWaveOutDevice |
– – |
Class unaAudioFeedbackClass |
– audio feedback class – |
myWaveHeader = unaWaveHeader; |
c_recordWaveCmd_start = 1; |
c_recordWaveCmd_stop = 2; |
c_stat_afActive = 1; |
c_stat_afErrorIn = 2; |
c_stat_afErrorOut = 3; |
c_stat_afStopped = 0; |
myWaveHeader = unaWaveHeader; |
|
– – |
c_recordWaveCmd_start = 1; |
|
some error occured with waveOut device, see errorCode for delails |
c_recordWaveCmd_stop = 2; |
|
starts recording into a file |
c_stat_afActive = 1; |
|
feedback was stopped or not started |
c_stat_afErrorIn = 2; |
|
feedback is running OK |
c_stat_afErrorOut = 3; |
|
some error occured with waveIn device, see errorCode for delails |
c_stat_afStopped = 0; |
|
feedback class status |
(c) 2012 Lake of Soft