| ... | ... |
@@ -22,8 +22,8 @@ |
| 22 | 22 |
class XSFPlayer |
| 23 | 23 |
{
|
| 24 | 24 |
protected: |
| 25 |
- static const std::uint32_t CHECK_SILENCE_BIAS = 0x8000000; |
|
| 26 |
- static const std::uint32_t CHECK_SILENCE_LEVEL = 7; |
|
| 25 |
+ static constexpr std::uint32_t CHECK_SILENCE_BIAS = 0x8000000; |
|
| 26 |
+ static constexpr std::uint32_t CHECK_SILENCE_LEVEL = 7; |
|
| 27 | 27 |
|
| 28 | 28 |
std::unique_ptr<XSFFile> xSF; |
| 29 | 29 |
unsigned sampleRate, detectedSilenceSample, detectedSilenceSec, skipSilenceOnStartSec, lengthSample, fadeSample, currentSample; |