153a5a1b3Sopenharmony_ci# This file is part of PulseAudio. 253a5a1b3Sopenharmony_ci# 353a5a1b3Sopenharmony_ci# PulseAudio is free software; you can redistribute it and/or modify 453a5a1b3Sopenharmony_ci# it under the terms of the GNU Lesser General Public License as 553a5a1b3Sopenharmony_ci# published by the Free Software Foundation; either version 2.1 of the 653a5a1b3Sopenharmony_ci# License, or (at your option) any later version. 753a5a1b3Sopenharmony_ci# 853a5a1b3Sopenharmony_ci# PulseAudio is distributed in the hope that it will be useful, but 953a5a1b3Sopenharmony_ci# WITHOUT ANY WARRANTY; without even the implied warranty of 1053a5a1b3Sopenharmony_ci# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 1153a5a1b3Sopenharmony_ci# General Public License for more details. 1253a5a1b3Sopenharmony_ci# 1353a5a1b3Sopenharmony_ci# You should have received a copy of the GNU Lesser General Public License 1453a5a1b3Sopenharmony_ci# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. 1553a5a1b3Sopenharmony_ci 1653a5a1b3Sopenharmony_ci; USB gaming headset. 1753a5a1b3Sopenharmony_ci; These headsets usually have two output devices. The first one is meant 1853a5a1b3Sopenharmony_ci; for voice audio, and the second one is meant for everything else. 1953a5a1b3Sopenharmony_ci; The purpose of this unusual design is to provide separate volume 2053a5a1b3Sopenharmony_ci; controls for voice and other audio, which can be useful in gaming. 2153a5a1b3Sopenharmony_ci; 2253a5a1b3Sopenharmony_ci; Works with: 2353a5a1b3Sopenharmony_ci; Steelseries Arctis 7 2453a5a1b3Sopenharmony_ci; Steelseries Arctis Pro Wireless. 2553a5a1b3Sopenharmony_ci; Lucidsound LS31 2653a5a1b3Sopenharmony_ci; Astro A50 2753a5a1b3Sopenharmony_ci; 2853a5a1b3Sopenharmony_ci; See default.conf for an explanation on the directives used here. 2953a5a1b3Sopenharmony_ci 3053a5a1b3Sopenharmony_ci[General] 3153a5a1b3Sopenharmony_ciauto-profiles = yes 3253a5a1b3Sopenharmony_ci 3353a5a1b3Sopenharmony_ci[Mapping mono-chat] 3453a5a1b3Sopenharmony_cidescription-key = gaming-headset-chat 3553a5a1b3Sopenharmony_cidevice-strings = hw:%f,0,0 3653a5a1b3Sopenharmony_cichannel-map = mono 3753a5a1b3Sopenharmony_cipaths-output = usb-gaming-headset-output-mono 3853a5a1b3Sopenharmony_cipaths-input = usb-gaming-headset-input 3953a5a1b3Sopenharmony_ciintended-roles = phone 4053a5a1b3Sopenharmony_ci 4153a5a1b3Sopenharmony_ci[Mapping stereo-chat] 4253a5a1b3Sopenharmony_cidescription-key = gaming-headset-chat 4353a5a1b3Sopenharmony_cidevice-strings = hw:%f,0,0 4453a5a1b3Sopenharmony_cichannel-map = left,right 4553a5a1b3Sopenharmony_cipaths-output = usb-gaming-headset-output-stereo 4653a5a1b3Sopenharmony_cipaths-input = usb-gaming-headset-input 4753a5a1b3Sopenharmony_ciintended-roles = phone 4853a5a1b3Sopenharmony_ci 4953a5a1b3Sopenharmony_ci[Mapping stereo-game] 5053a5a1b3Sopenharmony_cidescription-key = gaming-headset-game 5153a5a1b3Sopenharmony_cidevice-strings = hw:%f,1,0 5253a5a1b3Sopenharmony_cichannel-map = left,right 5353a5a1b3Sopenharmony_cipaths-output = usb-gaming-headset-output-stereo 5453a5a1b3Sopenharmony_cidirection = output 5553a5a1b3Sopenharmony_ci 5653a5a1b3Sopenharmony_ci[Profile output:mono-chat+output:stereo-game+input:mono-chat] 5753a5a1b3Sopenharmony_cioutput-mappings = mono-chat stereo-game 5853a5a1b3Sopenharmony_ciinput-mappings = mono-chat 5953a5a1b3Sopenharmony_cipriority = 5100 6053a5a1b3Sopenharmony_ci 6153a5a1b3Sopenharmony_ci[Profile output:stereo-game+output:stereo-chat+input:mono-chat] 6253a5a1b3Sopenharmony_cioutput-mappings = stereo-game stereo-chat 6353a5a1b3Sopenharmony_ciinput-mappings = mono-chat 6453a5a1b3Sopenharmony_cipriority = 5100 65