| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
| |
This simulates occlusion of the player's head for sounds coming from behind,
when outputing to mono or stereo
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Default to disable for now, as a safety precaution
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
period size
|
| |
|
| |
|
| |
|
|
|
|
| |
The in-progress spec has been updated to reflect this
|
|
|
|
|
| |
They are downmixed to mono using a volume-preserving scalar, and passed
through a 1-pole low-pass filter (not chained)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
This reverts commit c7c2f9385f7bfde9962eb7743770679cca07181e.
Fundamentally wrong. The -6dB rolloff is every doubling of the distance, and
the (scaled) -0.05dB rolloff is supposed to be every additional unit.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Code supplied by Christopher Fitzgerald. This update also implements the echo
and modulation parameters.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This partially reverts commit 617b6728d3bf4f3922f87702260d848b9ae88340
|
| |
|
| |
|
| |
|