diff options
Diffstat (limited to 'quantum/audio')
| -rw-r--r-- | quantum/audio/voices.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/audio/voices.c b/quantum/audio/voices.c index 8326e91ea..c2edb75f0 100644 --- a/quantum/audio/voices.c +++ b/quantum/audio/voices.c | |||
| @@ -24,6 +24,7 @@ void voice_deiterate() { | |||
| 24 | 24 | ||
| 25 | float voice_envelope(float frequency) { | 25 | float voice_envelope(float frequency) { |
| 26 | // envelope_index ranges from 0 to 0xFFFF, which is preserved at 880.0 Hz | 26 | // envelope_index ranges from 0 to 0xFFFF, which is preserved at 880.0 Hz |
| 27 | __attribute__ ((unused)) | ||
| 27 | uint16_t compensated_index = (uint16_t)((float)envelope_index * (880.0 / frequency)); | 28 | uint16_t compensated_index = (uint16_t)((float)envelope_index * (880.0 / frequency)); |
| 28 | 29 | ||
| 29 | switch (voice) { | 30 | switch (voice) { |
