Advertisement
bossjones

pacmd list-sources

Aug 6th, 2013
774
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.79 KB | None | 0 0
  1. pi@scarlettpi ~ $ pacmd list-sources
  2.     Welcome to PulseAudio! Use "help" for usage information.
  3.     >>> 2 source(s) available.
  4.       * index: 0
  5.         name: <alsa_input.usb-OmniVision_Technologies__Inc._USB_Camera-B4.09.24.1-01-CameraB409241.input-4-channels>
  6.         driver: <module-alsa-card.c>
  7.         flags: HARDWARE DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
  8.         state: SUSPENDED
  9.         suspend cause: IDLE
  10.         priority: 9040
  11.         volume: 0: 100% 1: 100% 2: 100% 3: 100%
  12.                 0: 0.00 dB 1: 0.00 dB 2: 0.00 dB 3: 0.00 dB
  13.                 balance 0.00
  14.         base volume: 100%
  15.                      0.00 dB
  16.         volume steps: 65537
  17.         muted: no
  18.         current latency: 0.00 ms
  19.         max rewind: 0 KiB
  20.         sample spec: s16le 4ch 16000Hz
  21.         channel map: front-left,front-right,rear-left,rear-right
  22.                      Surround 4.0
  23.         used by: 0
  24.         linked by: 0
  25.         configured latency: 0.00 ms; range is 0.50 .. 2000.00 ms
  26.         card: 0 <alsa_card.usb-OmniVision_Technologies__Inc._USB_Camera-B4.09.24.1-01-CameraB409241>
  27.         module: 4
  28.         properties:
  29.             alsa.resolution_bits = "16"
  30.             device.api = "alsa"
  31.             device.class = "sound"
  32.             alsa.class = "generic"
  33.             alsa.subclass = "generic-mix"
  34.             alsa.name = "USB Audio"
  35.             alsa.id = "USB Audio"
  36.             alsa.subdevice = "0"
  37.             alsa.subdevice_name = "subdevice #0"
  38.             alsa.device = "0"
  39.             alsa.card = "1"
  40.             alsa.card_name = "USB Camera-B4.09.24.1"
  41.             alsa.long_card_name = "OmniVision Technologies, Inc. USB Camera-B4.09.24.1 at usb-bcm2708_usb-1.3, hig"
  42.             alsa.driver_name = "snd_usb_audio"
  43.             device.bus_path = "platform-bcm2708_usb-usb-0:1.3:1.1"
  44.             sysfs.path = "/devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3:1.1/sound/card1"
  45.             udev.id = "usb-OmniVision_Technologies__Inc._USB_Camera-B4.09.24.1-01-CameraB409241"
  46.             device.bus = "usb"
  47.             device.vendor.id = "1415"
  48.             device.vendor.name = "Nam Tai E&E Products Ltd. or OmniVision Technologies, Inc."
  49.             device.product.id = "2000"
  50.             device.product.name = "Sony Playstation Eye"
  51.             device.serial = "OmniVision_Technologies__Inc._USB_Camera-B4.09.24.1"
  52.             device.string = "hw:1"
  53.             device.buffering.buffer_size = "256000"
  54.             device.buffering.fragment_size = "128000"
  55.             device.access_mode = "mmap+timer"
  56.             device.profile.name = "input-4-channels"
  57.             device.profile.description = "4 Channels Input"
  58.             device.description = "Sony Playstation Eye 4 Channels Input"
  59.             module-udev-detect.discovered = "1"
  60.             device.icon_name = "audio-card-usb"
  61.         index: 1
  62.         name: <alsa_output.platform-bcm2835_AUD0.0.analog-stereo.monitor>
  63.         driver: <module-alsa-card.c>
  64.         flags: DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
  65.         state: IDLE
  66.         suspend cause:
  67.         priority: 1000
  68.         volume: 0: 100% 1: 100%
  69.                 0: 0.00 dB 1: 0.00 dB
  70.                 balance 0.00
  71.         base volume: 100%
  72.                      0.00 dB
  73.         volume steps: 65537
  74.         muted: no
  75.         current latency: 0.00 ms
  76.         max rewind: 64 KiB
  77.         sample spec: s16le 2ch 44100Hz
  78.         channel map: front-left,front-right
  79.                      Stereo
  80.         used by: 0
  81.         linked by: 0
  82.         configured latency: 371.52 ms; range is 0.50 .. 371.52 ms
  83.         monitor_of: 0
  84.         card: 1 <alsa_card.platform-bcm2835_AUD0.0>
  85.         module: 5
  86.         properties:
  87.             device.description = "Monitor of bcm2835 ALSA Analog Stereo"
  88.             device.class = "monitor"
  89.             alsa.card = "0"
  90.             alsa.card_name = "bcm2835 ALSA"
  91.             alsa.long_card_name = "bcm2835 ALSA"
  92.             alsa.driver_name = "snd_bcm2835"
  93.             device.bus_path = "platform-bcm2835_AUD0.0"
  94.             sysfs.path = "/devices/platform/bcm2835_AUD0.0/sound/card0"
  95.             device.string = "0"
  96.             module-udev-detect.discovered = "1"
  97.             device.icon_name = "audio-card"
  98.     >>> pi@scarlettpi ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement