mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 827840 - [camera] shutter sound is almost inaudible, r=sicking, a=bb+
--HG-- extra : rebase_source : d58d00d2bc9d4865c63f8877fecd7c2da5b75e87
This commit is contained in:
parent
01d7c333be
commit
cf387657f5
@ -210,6 +210,9 @@ AudioManager::AudioManager() : mPhoneState(PHONE_STATE_CURRENT),
|
||||
AudioSystem::initStreamVolume(static_cast<audio_stream_type_t>(loop), 0,
|
||||
sMaxStreamVolumeTbl[loop]);
|
||||
}
|
||||
// Force publicnotification to output at maximal volume
|
||||
AudioSystem::setStreamVolumeIndex(static_cast<audio_stream_type_t>(AUDIO_STREAM_ENFORCED_AUDIBLE),
|
||||
sMaxStreamVolumeTbl[AUDIO_STREAM_ENFORCED_AUDIBLE]);
|
||||
}
|
||||
|
||||
AudioManager::~AudioManager() {
|
||||
|
Loading…
Reference in New Issue
Block a user