From a371d27aca3331957f9ab07ffb6ee53cc0e6735d Mon Sep 17 00:00:00 2001 From: kev Date: Fri, 22 Oct 2021 11:23:49 +0800 Subject: [PATCH] update darkice --- darkice/data/etc/darkice.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/darkice/data/etc/darkice.cfg b/darkice/data/etc/darkice.cfg index 66fe6b9..c84160e 100644 --- a/darkice/data/etc/darkice.cfg +++ b/darkice/data/etc/darkice.cfg @@ -11,7 +11,7 @@ rtprio = 3 # scheduling priority for the realtime threads # this section describes the audio input that will be streamed [input] -device = hw:1,0 # OSS DSP soundcard device for the audio input +device = hw:1,0 # ALSA DSP soundcard device for the audio input sampleRate = 16000 # sample rate in Hz. try 11025, 22050 or 44100 bitsPerSample = 16 # bits per sample. try 16 channel = 2 # channels. 1 = mono, 2 = stereo