code style
This commit is contained in:
parent
6034dab1b3
commit
1f3c716163
2 changed files with 11 additions and 10 deletions
|
@ -167,7 +167,8 @@ uint32_t CCRC::GetCRC()
|
|||
three series allpass units, followed by four parallel comb filters, and two
|
||||
decorrelation delay lines in parallel at the output.
|
||||
*/
|
||||
void CAudioReverb::Init ( const int iSampleRate, const double rT60 )
|
||||
void CAudioReverb::Init ( const int iSampleRate,
|
||||
const double rT60 )
|
||||
{
|
||||
int delay, i;
|
||||
|
||||
|
|
Loading…
Reference in a new issue