1# This file is part of PulseAudio. 2# 3# PulseAudio is free software; you can redistribute it and/or modify 4# it under the terms of the GNU Lesser General Public License as 5# published by the Free Software Foundation; either version 2.1 of the 6# License, or (at your option) any later version. 7# 8# PulseAudio is distributed in the hope that it will be useful, but 9# WITHOUT ANY WARRANTY; without even the implied warranty of 10# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11# General Public License for more details. 12# 13# You should have received a copy of the GNU Lesser General Public License 14# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. 15 16; USB gaming headset. 17; These headsets usually have two output devices. The first one is meant 18; for voice audio, and the second one is meant for everything else. 19; The purpose of this unusual design is to provide separate volume 20; controls for voice and other audio, which can be useful in gaming. 21; 22; Works with: 23; Steelseries Arctis 7 24; Steelseries Arctis Pro Wireless. 25; Lucidsound LS31 26; Astro A50 27; 28; See default.conf for an explanation on the directives used here. 29 30[General] 31auto-profiles = yes 32 33[Mapping mono-chat] 34description-key = gaming-headset-chat 35device-strings = hw:%f,0,0 36channel-map = mono 37paths-output = usb-gaming-headset-output-mono 38paths-input = usb-gaming-headset-input 39intended-roles = phone 40 41[Mapping stereo-chat] 42description-key = gaming-headset-chat 43device-strings = hw:%f,0,0 44channel-map = left,right 45paths-output = usb-gaming-headset-output-stereo 46paths-input = usb-gaming-headset-input 47intended-roles = phone 48 49[Mapping stereo-game] 50description-key = gaming-headset-game 51device-strings = hw:%f,1,0 52channel-map = left,right 53paths-output = usb-gaming-headset-output-stereo 54direction = output 55 56[Profile output:mono-chat+output:stereo-game+input:mono-chat] 57output-mappings = mono-chat stereo-game 58input-mappings = mono-chat 59priority = 5100 60 61[Profile output:stereo-game+output:stereo-chat+input:mono-chat] 62output-mappings = stereo-game stereo-chat 63input-mappings = mono-chat 64priority = 5100 65