Advertisement
pierostrada

pactl-sinks-no_sound

Feb 27th, 2023
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | Software | 0 0
  1. $ pulsemixer -l
  2. Sink: ID: sink-32, Name: Dummy Output, Mute: 0, Channels: 2, Volumes: ['31%', '31%'], Default
  3. Source: ID: source-32, Name: Monitor of Dummy Output, Mute: 0, Channels: 2, Volumes: ['100%', '100%']
  4.  
  5. $ pactl list short sinks
  6. 32 auto_null PipeWire float32le 2ch 48000Hz SUSPENDED
  7.  
  8. $ pactl list sinks
  9. Sink #32
  10. State: SUSPENDED
  11. Name: auto_null
  12. Description: Dummy Output
  13. Driver: PipeWire
  14. Sample Specification: float32le 2ch 48000Hz
  15. Channel Map: front-left,front-right
  16. Owner Module: 4294967295
  17. Mute: no
  18. Volume: front-left: 20316 / 31% / -30,52 dB, front-right: 20316 / 31% / -30,52 dB
  19. balance 0,00
  20. Base Volume: 65536 / 100% / 0,00 dB
  21. Monitor Source: auto_null.monitor
  22. Latency: 0 usec, configured 0 usec
  23. Flags: DECIBEL_VOLUME LATENCY
  24. Properties:
  25. node.name = "auto_null"
  26. device.description = "Dummy Output"
  27. audio.rate = "48000"
  28. audio.channels = "2"
  29. audio.position = "FL,FR"
  30. media.class = "Audio/Sink"
  31. factory.name = "support.null-audio-sink"
  32. node.virtual = "true"
  33. monitor.channel-volumes = "true"
  34. factory.id = "18"
  35. clock.quantum-limit = "8192"
  36. client.id = "31"
  37. node.driver = "true"
  38. factory.mode = "merge"
  39. audio.adapt.follower = ""
  40. library.name = "audioconvert/libspa-audioconvert"
  41. object.id = "32"
  42. object.serial = "32"
  43. Formats:
  44. pcm
  45.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement