Advertisement
Guest User

Oss.conf

a guest
Nov 14th, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1.  
  2. ; Open Sound System Console Driver Configuration File
  3. ;
  4. [general]
  5. ;
  6. ; Automatically answer incoming calls on the console? Choose yes if
  7. ; for example you want to use this as an intercom.
  8. ;
  9. autoanswer=yes
  10. ;
  11. ; Default context (is overridden with @context syntax)
  12. ;
  13. context=from-internal
  14. ;
  15. ; Set overridecontext to yes if you want the context specified above
  16. ; to override what someone places on the command line.
  17. ;
  18. overridecontext=yes
  19. ;
  20. ; Default extension to call
  21. ;
  22. extension=s
  23. ;
  24. ; Default language
  25. ;
  26. language=en
  27. ;
  28. ; Silence supression can be enabled when sound is over a certain threshold.
  29. ; The value for the threshold should probably be between 500 and 2000 or so,
  30. ; but your mileage may vary. Use the echo test to evaluate the best setting.
  31. ;silencesuppression = yes
  32. ;silencethreshold = 1000
  33. ;
  34. ; On half-duplex cards, the driver attempts to switch back and forth between
  35. ; read and write modes. Unfortunately, this fails sometimes on older hardware.
  36. ; To prevent the driver from switching (ie. only play files on your speakers),
  37. ; then set the playbackonly option to yes. Default is no. Note this option has
  38. ; no effect on full-duplex cards.
  39. playbackonly=yes
  40. ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement