Adjust audio interference mix to match better
TODO: add highpass filter to /OE1
This commit is contained in:
parent
a6cfe578fb
commit
5077180c55
1 changed files with 2 additions and 2 deletions
|
@ -277,8 +277,8 @@ int16_t SoundMixer::GetOutputVolume(bool forRightChannel)
|
|||
#endif
|
||||
GetChannelOutput(AudioChannel::EPSM_L, forRightChannel) * 4 +
|
||||
GetChannelOutput(AudioChannel::EPSM_R, forRightChannel) * 4 +
|
||||
GetChannelOutput(AudioChannel::InvA13, forRightChannel) * 500 +
|
||||
GetChannelOutput(AudioChannel::InvOE1, forRightChannel) * 500
|
||||
GetChannelOutput(AudioChannel::InvA13, forRightChannel) * 20 +
|
||||
GetChannelOutput(AudioChannel::InvOE1, forRightChannel) * 1000
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue