diff options
author | Monroe Linden <monroe@lindenlab.com> | 2010-04-28 18:06:34 -0700 |
---|---|---|
committer | Monroe Linden <monroe@lindenlab.com> | 2010-04-28 18:06:34 -0700 |
commit | cb96bdc188b7177d253426e398932426276762f8 (patch) | |
tree | ecd9f450961be9577161ba8b864fe9d7c1c0fa54 /indra/media_plugins | |
parent | 77b13dc2df679c46f648a4f99c8e4d8836983a48 (diff) |
Fixed default pan value in mac volume catcher, and corrected the filename in the header comment.
Diffstat (limited to 'indra/media_plugins')
-rw-r--r-- | indra/media_plugins/webkit/mac_volume_catcher.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/media_plugins/webkit/mac_volume_catcher.cpp b/indra/media_plugins/webkit/mac_volume_catcher.cpp index 9788f10a58..38727e5965 100644 --- a/indra/media_plugins/webkit/mac_volume_catcher.cpp +++ b/indra/media_plugins/webkit/mac_volume_catcher.cpp @@ -1,5 +1,5 @@ /** - * @file dummy_volume_catcher.cpp + * @file mac_volume_catcher.cpp * @brief A Mac OS X specific hack to control the volume level of all audio channels opened by a process. * * @cond @@ -98,7 +98,7 @@ VolumeCatcherImpl *VolumeCatcherImpl::getInstance() VolumeCatcherImpl::VolumeCatcherImpl() { mVolume = 1.0; // default to full volume - mPan = 0.5; // and center pan + mPan = 0.0; // and center pan ComponentDescription desc; desc.componentType = kAudioUnitType_Output; |