diff options
Diffstat (limited to 'media-sound/audio-entropyd/files/audio-entropyd.conf')
-rw-r--r-- | media-sound/audio-entropyd/files/audio-entropyd.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-sound/audio-entropyd/files/audio-entropyd.conf b/media-sound/audio-entropyd/files/audio-entropyd.conf new file mode 100644 index 000000000000..dcd7993b7ba7 --- /dev/null +++ b/media-sound/audio-entropyd/files/audio-entropyd.conf @@ -0,0 +1,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" |