diff options
author | Oz Linden <oz@lindenlab.com> | 2018-04-13 20:34:10 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2018-04-13 20:34:10 -0400 |
commit | 73b44833a6a801a7bc72810664557e559d54575d (patch) | |
tree | e8a1582e1c65fd1cad68367474ceace422b002ab /indra/newview/llvoicevivox.h | |
parent | d71da863c9341aeaa64ec64119601d158affe747 (diff) |
VOICE-59: display human-friendly names for voice input and output devices
Diffstat (limited to 'indra/newview/llvoicevivox.h')
-rw-r--r-- | indra/newview/llvoicevivox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llvoicevivox.h b/indra/newview/llvoicevivox.h index 9d4af85c8c..b4cf94444b 100644 --- a/indra/newview/llvoicevivox.h +++ b/indra/newview/llvoicevivox.h @@ -432,10 +432,10 @@ protected: //---------------------------------- // devices void clearCaptureDevices(); - void addCaptureDevice(const std::string& name); + void addCaptureDevice(const std::string& display_name, const std::string& device_name); void clearRenderDevices(); void setDevicesListUpdated(bool state); - void addRenderDevice(const std::string& name); + void addRenderDevice(const std::string& display_name, const std::string& device_name); void buildSetAudioDevices(std::ostringstream &stream); void getCaptureDevicesSendMessage(); |