Advertisement
Guest User

pipewire-pulse.conf

a guest
Jan 3rd, 2022
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. {
  2. "context.exec": [],
  3. "context.modules": [
  4. {
  5. "args": {},
  6. "flags": [
  7. "ifexists",
  8. "nofail"
  9. ],
  10. "name": "libpipewire-module-rtkit"
  11. },
  12. {
  13. "name": "libpipewire-module-protocol-native"
  14. },
  15. {
  16. "name": "libpipewire-module-client-node"
  17. },
  18. {
  19. "name": "libpipewire-module-adapter"
  20. },
  21. {
  22. "name": "libpipewire-module-metadata"
  23. },
  24. {
  25. "args": {
  26. "server.address": [
  27. "unix:native"
  28. ],
  29. "vm.overrides": {
  30. "pulse.min.quantum": "1024/48000"
  31. }
  32. },
  33. "name": "libpipewire-module-protocol-pulse"
  34. }
  35. ],
  36. "context.properties": {},
  37. "context.spa-libs": {
  38. "audio.convert.*": "audioconvert/libspa-audioconvert",
  39. "support.*": "support/libspa-support"
  40. },
  41. "stream.properties": {}
  42. }
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement