summaryrefslogtreecommitdiff
path: root/src/audio.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio.json')
-rw-r--r--src/audio.json15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/audio.json b/src/audio.json
index 1d6e15c..133e776 100644
--- a/src/audio.json
+++ b/src/audio.json
@@ -25,12 +25,15 @@
}
},
"input": {
- "source": "decklink",
- "samplerate": 48000,
- "device": 0,
- "connection": 0,
- "audio-input": 0,
- "mode": 16
+ "alsa": {
+ "type": "ao",
+ "source": "soundcard",
+ "properties": {
+ "samplerate": 48000,
+ "depth": 16,
+ "channels": 2
+ }
+ }
},
"transcode": {
"ogg": [ "high", "medium", "low" ]