From a8bde383c41b54bf18310a371a7b8157a3ffb70f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 16 Oct 2012 22:01:18 +0200 Subject: audio only works now --- src/audio.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'src/audio.json') 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" ] -- cgit v1.2.3