summaryrefslogtreecommitdiff
path: root/src/code/audio_data.c
diff options
context:
space:
mode:
authorengineer124 <47598039+engineer124@users.noreply.github.com>2022-08-28 11:33:38 -0400
committerGitHub <noreply@github.com>2022-08-28 17:33:38 +0200
commite25bb1485aecff500b4860a62a34d27416c42869 (patch)
tree2941a7ca6b8362c03cd37b1e5b54efe2cdc396be /src/code/audio_data.c
parentb24b8ad096315873bd0f884ce9898d96b4786025 (diff)
Document the Haas Effect (#1302)
* Document Haas Effect * More docs * cleanup * add comments * Adjust comment * More cleanup * Fix * Add description of the Haas Effect * roman suggestion
Diffstat (limited to 'src/code/audio_data.c')
-rw-r--r--src/code/audio_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/audio_data.c b/src/code/audio_data.c
index 7aec37494..10ddc4601 100644
--- a/src/code/audio_data.c
+++ b/src/code/audio_data.c
@@ -556,7 +556,7 @@ NoteSubEu gDefaultNoteSub = {
{ 1, 1, 0, 0, 0, 0, 0, 0 }, { 0 }, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
};
-u16 gHeadsetPanQuantization[64] = {
+u16 gHaasEffectDelaySizes[64] = {
30 * SAMPLE_SIZE,
29 * SAMPLE_SIZE,
28 * SAMPLE_SIZE,