From d6d06b53ebb2be6719b28c4e39a5d681954fc986 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Wed, 23 Feb 2011 05:14:25 +0000 Subject: [PATCH] Add Audio/OSS/Device option required by the OSS audio player. Originally committed to SVN as r5372. --- aegisub/src/libresrc/default_config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aegisub/src/libresrc/default_config.json b/aegisub/src/libresrc/default_config.json index afc0bcf30..83695fece 100644 --- a/aegisub/src/libresrc/default_config.json +++ b/aegisub/src/libresrc/default_config.json @@ -60,6 +60,9 @@ "Lock Scroll on Cursor" : false, "Medusa Timing Hotkeys" : false, "Next Line on Commit" : true, + "OSS" : { + "Device" : "/dev/dsp" + }, "Player" : "portaudio", "Plays When Stepping Video" : false, "Provider" : "ffmpegsource",