You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.7 KiB

  1. # Uncomment the stanza you want, and make sure to comment out the others, especially duplicate options.
  2. #Arguments and defaults are as follows
  3. config shairport-sync main
  4. # option name 'Shairport Sync' #default name, "Shairport Sync on %d"
  5. # option device default #default soundcard, volume control by software
  6. #(Troubleshooting hint: make sure the soundcard's volume is turned up fully -- use alsamixer or amixer)
  7. # option airplaylatency 88200
  8. # option ituneslatency 99400
  9. # option port 5000
  10. # option stuffing basic #options are 'basic' or 'soxr' if shairport-sync was compiled with soxr support
  11. # option awaitactioncompletion false #[don't] wait until beforeaction or afteraction completes
  12. # option beforeaction <action> #action must be a fully qualified program with no arguments. Default no action.
  13. # option afteraction <action> #action must be a fully qualified program with no arguments. Default no action.
  14. # option devicetype <devicetype>
  15. # option volumecontrolname <name>
  16. #Here are some sample stanzas:
  17. #For Raspberry Pi using the built-in soundcard for the headphone jack
  18. # option device 'hw:0'
  19. # option devicetype hardware
  20. # option volumecontrolname Master
  21. #For Raspberry Pi with the "3D Sound" USB Soundcard
  22. # option name 'Pi'
  23. # option device 'hw:1'
  24. # option devicetype hardware
  25. # option volumecontrolname Speaker
  26. #For Raspberry Pi with the first generation iMic or the Topping TP30 Class T Digital Mini Amplifier
  27. # option name 'Kitchen'
  28. # option device 'hw:1'
  29. # option devicetype hardware
  30. # option volumecontrolname PCM