aboutsummaryrefslogtreecommitdiffstats
path: root/configs/oss.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-21 21:27:17 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-21 21:27:17 +0000
commitb9e8f8b81a47c54240abcc03777175babe1f3d54 (patch)
tree36534dc9ed9dea4ebdee48155f521b38e711d78c /configs/oss.conf.sample
parentcdc6f35e7d0ee488e9875151f6c077b395f838b9 (diff)
Add optional one way playback (bug #3397)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4871 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/oss.conf.sample')
-rwxr-xr-xconfigs/oss.conf.sample7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/oss.conf.sample b/configs/oss.conf.sample
index 25c89ab4b..9d605ceb5 100755
--- a/configs/oss.conf.sample
+++ b/configs/oss.conf.sample
@@ -25,3 +25,10 @@ extension=s
; but your mileage may vary. Use the echo test to evaluate the best setting.
;silencesuppression = yes
;silencethreshold = 1000
+;
+; On half-duplex cards, the driver attempts to switch back and forth between
+; read and write modes. Unfortunately, this fails sometimes on older hardware.
+; To prevent the driver from switching (ie. only play files on your speakers),
+; then set the playbackonly option to yes. Default is no. Note this option has
+; no effect on full-duplex cards.
+;playbackonly=no