Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. [Identity]
  2. #replace username AudioOwner with the name you created when you installed RRAbuntu
  3. AudioOwner=kuau
  4. AudioGroup=rivendell
  5. Password=letmein
  6.  
  7. [mySQL]
  8. Hostname=localhost
  9. Loginname=rduser
  10. # the default password is not very secure. Contact us if you need help changing it.
  11. Password=letmein
  12. Database=Rivendell
  13. Driver=QMYSQL3
  14.  
  15. [Logs]
  16. Facility=Syslog
  17.  
  18. [Alsa]
  19. PeriodQuantity=4
  20. PeriodSize=1024
  21.  
  22. [Tuning]
  23. UseRealtime=Yes
  24. RealtimePriority=9
  25.  
  26. [Format]
  27. SampleRate=44100
  28. Channels=2
  29.  
  30. [Cae]
  31. # AudioRoot can be changed if your music is stored in another place
  32. AudioRoot=/var/snd
  33. AudioExtension=wav
  34. AllowNonstandardRates=Yes
  35.  
  36. ;
  37. ; JACK Session Management
  38. ;
  39. ; See /usr/share/doc/rivendell/JACK.txt for details
  40. ,
  41. [JackSession]
  42. Source1=rivendell_0:playout_0L
  43. Destination1=system:playback_1
  44.  
  45. Source2=rivendell_0:playout_0R
  46. Destination2=system:playback_2
  47.  
  48. Source3=rivendell_0:playout_1L
  49. Destination3=system:playback_1
  50.  
  51. Source4=rivendell_0:playout_1R
  52. Destination4=system:playback_2
  53.  
  54. Source5=rivendell_0:playout_2L
  55. Destination5=system:playback_5
  56.  
  57. Source6=rivendell_0:playout_2R
  58. Destination6=system:playback_6
  59.  
  60. Source7=rivendell_0:playout_3L
  61. Destination7=system:playback_
  62.  
  63. Source8=rivendell_0:playout_3R
  64. Destination8=system:playback_
  65.  
  66. Source9=rivendell_0:playout_4L
  67. Destination9=system:playback_
  68.  
  69. Source10=rivendell_0:playout_4R
  70. Destination10=system:playback_
  71.  
  72. Source11=rivendell_0:playout_5L
  73. Destination11=system:playback_
  74.  
  75. Source12=rivendell_0:playout_5R
  76. Destination12=system:playback_
  77.  
  78. Source13=rivendell_0:playout_6L
  79. Destination13=system:playback_
  80.  
  81. Source14=rivendell_0:playout_6R
  82. Destination14=system:playback_
  83.  
  84. Source15=rivendell_0:playout_7L
  85. Destination15=system:playback_
  86.  
  87. Source16=rivendell_0:playout_7R
  88. Destination16=system:playback_
  89.  
  90. Source17=system:capture_1
  91. Destination17=rivendell_0:record_0L
  92.  
  93. Source18=system:capture_2
  94. Destination18=rivendell_0:record_0R
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement