summaryrefslogtreecommitdiff
path: root/src/audio.json
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-10-16 22:01:18 +0200
committerChristian Pointner <equinox@spreadspace.org>2012-10-16 22:01:18 +0200
commita8bde383c41b54bf18310a371a7b8157a3ffb70f (patch)
treedfa8c8a68333bd1d51a14f6cdeb69a78cd597507 /src/audio.json
parentsmall fix for audio only stream (diff)
audio only works now
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" ]