mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
Add .m4a decoder example
This commit is contained in:
parent
f1efd079d4
commit
656fff81e8
@ -196,6 +196,12 @@
|
|||||||
<program>flac -s -d --force-raw-format --sign=signed --endian=little -o - @T@</program>
|
<program>flac -s -d --force-raw-format --sign=signed --endian=little -o - @T@</program>
|
||||||
<file_ext>.flac</file_ext>
|
<file_ext>.flac</file_ext>
|
||||||
</decoder>
|
</decoder>
|
||||||
|
|
||||||
|
<decoder>
|
||||||
|
<name>AAC</name>
|
||||||
|
<program>faad -d -f 2 -w @T@</program>
|
||||||
|
<file_ext>.m4a</file_ext>
|
||||||
|
</decoder>
|
||||||
</decoders>
|
</decoders>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
Loading…
Reference in New Issue
Block a user