1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-10-13 04:53:36 -04:00

Add .m4a decoder example

This commit is contained in:
Moritz Grimm 2021-01-05 23:02:56 +01:00
parent f1efd079d4
commit 656fff81e8

View File

@ -196,6 +196,12 @@
<program>flac -s -d --force-raw-format --sign=signed --endian=little -o - @T@</program>
<file_ext>.flac</file_ext>
</decoder>
<decoder>
<name>AAC</name>
<program>faad -d -f 2 -w @T@</program>
<file_ext>.m4a</file_ext>
</decoder>
</decoders>
<!--