aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder/wave_encoder.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* wave_encoder: new encoder for streaming PCM wave files.Viliam Mateicka2009-11-101-0/+241
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)