Mercurial > hg > aimc
diff carfac/carfac.cc @ 644:16dfff1de47a
Fix scons build.
author | ronw@google.com |
---|---|
date | Tue, 11 Jun 2013 15:04:55 +0000 |
parents | 8b70f4cf00c7 |
children | 3f01a136c537 |
line wrap: on
line diff
--- a/carfac/carfac.cc Tue Jun 04 18:30:22 2013 +0000 +++ b/carfac/carfac.cc Tue Jun 11 15:04:55 2013 +0000 @@ -79,7 +79,7 @@ Ear& ear = ears_[audio_channel]; // This stores the audio sample currently being processed. FPType input = sound_data[audio_channel][start + timepoint]; - + // Now we apply the three stages of the model in sequence to the current // audio sample. ear.CARStep(input); @@ -337,7 +337,7 @@ } } -FPType CARFAC::ERBHz (const FPType center_frequency_hz, - const FPType erb_break_freq, const FPType erb_q) { +FPType CARFAC::ERBHz(const FPType center_frequency_hz, + const FPType erb_break_freq, const FPType erb_q) { return (erb_break_freq + center_frequency_hz) / erb_q; -} \ No newline at end of file +}