decoder/pcm: implement RFC 2586 (audio/L16)

https://bugs.musicpd.org/view.php?id=4525
This commit is contained in:
Max Kellermann
2016-06-10 22:45:22 +02:00
parent 287ef181ba
commit 5a22a0c27d
3 changed files with 71 additions and 2 deletions

View File

@@ -1942,7 +1942,9 @@ buffer_size: 16384</programlisting>
<title><varname>pcm</varname></title>
<para>
Read raw PCM samples.
Read raw PCM samples. It understands the "audio/L16" MIME
type with parameters "rate" and "channels" according to RFC
2586.
</para>
</section>