diff options
author | Chris Robinson <[email protected]> | 2023-02-12 03:15:40 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-02-12 03:15:40 -0800 |
commit | 63f840d31f09922ddef632f233342cbba46b09cf (patch) | |
tree | 79c128b3b6c6c01e9700de22afa7e5246f738584 /core/voice.h | |
parent | 2001d93b03dd2af62e341b91ab2bee9b92da03bc (diff) |
Separate decoding and mixing from resampling
Diffstat (limited to 'core/voice.h')
-rw-r--r-- | core/voice.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/voice.h b/core/voice.h index df0c8c9e..cf7345a1 100644 --- a/core/voice.h +++ b/core/voice.h @@ -49,6 +49,8 @@ enum class DirectMode : unsigned char { }; +constexpr uint MaxPitch{10}; + /* Maximum number of extra source samples that may need to be loaded, for * resampling or conversion purposes. */ |