summaryrefslogtreecommitdiff
blob: dcd7993b7ba744fc60a5d15e0c0461f577dbe0e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# /etc/conf.d/audio-entropyd:
# $Header: 

# The acceptable values are DEVICE, READSIZE and SAMPLERATE
# These defaults give the optimum entropy 

#DEVICE="/dev/dsp"

#READSIZE *must* be a power of 2
READSIZE="65536"

#SAMPLERATE must be a valid sampling rate of your audio source
SAMPLERATE="44050"