• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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; Audio profile for the Microsoft Kinect Sensor device in UAC mode.
17;
18; Copyright (C) 2011  Antonio Ospite <ospite@studenti.unina.it>
19;
20; This device has an array of four microphones, and no playback capability.
21;
22; See default.conf for an explanation on the directives used here.
23
24[General]
25auto-profiles = no
26
27[Mapping input-4-channels]
28device-strings = hw:%f
29channel-map = front-left,front-right,rear-left,rear-right
30description = 4 Channels Input
31direction = input
32priority = 5
33
34[Profile input:mic-array]
35description = Microphone Array
36input-mappings = input-4-channels
37priority = 2
38skip-probe = yes
39