SAA1099: disable high-pass filter
unnecessary and is the possible cause of issue #1849
This commit is contained in:
parent
ea9c483510
commit
c82ef90849
2 changed files with 3 additions and 5 deletions
2
extern/SAASound/src/SAAImpl.cpp
vendored
2
extern/SAASound/src/SAAImpl.cpp
vendored
|
|
@ -187,8 +187,6 @@ void CSAASoundInternal::SetSoundParameters(SAAPARAM uParam)
|
|||
|
||||
// set filter properties from uParam
|
||||
m_uParam = (m_uParam & ~SAAP_MASK_FILTER) | (uParam & SAAP_MASK_FILTER);
|
||||
|
||||
m_bHighpass=true;
|
||||
}
|
||||
|
||||
void CSAASoundInternal::SetSampleRate(unsigned int nSampleRate)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue