diff --git a/arcamav.conf b/arcamav.conf new file mode 100644 index 0000000..534663a --- /dev/null +++ b/arcamav.conf @@ -0,0 +1,10 @@ +# arcam-av plugin configuration +# $Id$ + +ctl.arcam_av { + type arcam_av + port /dev/ttyS0 + hint { + description "Arcam-AV Amplifier" + } +} diff --git a/speex.conf b/speex.conf new file mode 100644 index 0000000..71e6ef2 --- /dev/null +++ b/speex.conf @@ -0,0 +1,11 @@ +# samplerate plugin configuration +# $Id: speex.conf,v 1.1 2009/07/03 00:50:10 emoret Exp $ + +pcm.my_rate { + type rate + slave.pcm "hw" + converter "speexrate" + hint { + description "Rate Converter Plugin Using Speex Resampler" + } +}