| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Various fixes to formatting and whitespace
|
|
|
|
Line now matches the style of the rest of the function.
|
|
|
|
Code was only using front-left and front-right to calculate bass, but
HRTF code - which this was once based on - uses all five channels and
this sounds fuller.
|
|
The FIR filter was only using the first sample of each input packet.
|
|
|
|
Brings it more in-line with the rest of the codebase.
|
|
|
|
|
|
Also moved && and || to ends of lines instead of start.
Fixed misc vertical alignments and some { needed newlining.
|
|
and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine
|
|
|
|
Makes it easier to identify the one being modified.
|
|
|
|
|