Mercurial > hg > aimc
comparison trunk/src/Modules/SAI/ModuleSAI.cc @ 275:ce2bab04f155
- Imported file input using libsndfile from old AIM-C and updated to the new API
- Modified the Module base class to propogate Reset() calls down the module chain.
- This required changing all Reset() functions in subclasses to ResetInternal()
- Removed some unneeded imports from the Gaussians test
author | tomwalters |
---|---|
date | Tue, 16 Feb 2010 18:00:16 +0000 |
parents | e14c70d1b171 |
children | 6b4921704eb1 |
comparison
equal
deleted
inserted
replaced
274:3640d25b65ab | 275:ce2bab04f155 |
---|---|
109 next_strobes_.resize(input.channel_count(), 0); | 109 next_strobes_.resize(input.channel_count(), 0); |
110 | 110 |
111 return true; | 111 return true; |
112 } | 112 } |
113 | 113 |
114 void ModuleSAI::Reset() { | 114 void ModuleSAI::ResetInternal() { |
115 } | 115 } |
116 | 116 |
117 void ModuleSAI::Process(const SignalBank &input) { | 117 void ModuleSAI::Process(const SignalBank &input) { |
118 int s; | 118 int s; |
119 int c; | 119 int c; |