Erronous comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8803 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c71900c02f
commit
fa9c5c0656
1 changed files with 2 additions and 2 deletions
|
@ -130,8 +130,8 @@ static long dbtoA(long db)
|
|||
}
|
||||
|
||||
/* Calculate second order section peaking filter coefficients.
|
||||
cutoff is a value from 0 to 0xffffffff, where 0 represents 0 hz and
|
||||
0xffffffff represents nyquist (samplerate/2).
|
||||
cutoff is a value from 0 to 0x80000000, where 0 represents 0 hz and
|
||||
0x80000000 represents nyquist (samplerate/2).
|
||||
Q is an unsigned 16.16 fixed point number, lower bound is artificially set
|
||||
at 0.5.
|
||||
db is s15.16 fixed point and describes gain/attenuation at peak freq.
|
||||
|
|
Loading…
Reference in a new issue