summaryrefslogtreecommitdiff
blob: 75bdbcbe4756ef09f09a7ad0a933767cb562aad9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/files/audio-entropyd.conf-1,v 1.1 2009/11/12 09:54:21 angelos Exp $

# /etc/conf.d/audio-entropyd

# 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"