From 79035d7ed97b702cf33a91c460fc379d6133d6f6 Mon Sep 17 00:00:00 2001 From: Viliam Mateicka Date: Tue, 10 Nov 2009 22:29:54 +0000 Subject: wave_encoder: new encoder for streaming PCM wave files. When using wave encoder with httpd audio output mpd can input this stream via http and audiofile decoder. This for example opens simple way to configure lossless audio streaming port(like jack or pulseaudio does but without overhead). Another possibility can be using it for gathering raw data for visualization plugins (If sync issue will be resolved) --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 542049be2..5690584f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -504,6 +504,10 @@ if ENABLE_ENCODER ENCODER_SRC += src/encoder_list.c ENCODER_SRC += src/encoder/null_encoder.c +if ENABLE_WAVE_ENCODER +ENCODER_SRC += src/encoder/wave_encoder.c +endif + if ENABLE_VORBIS_ENCODER ENCODER_SRC += src/encoder/vorbis_encoder.c endif -- cgit v1.2.3