Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Ezstream
Commits
656fff81
Commit
656fff81
authored
Jan 05, 2021
by
Moritz Grimm
Browse files
Add .m4a decoder example
parent
f1efd079
Changes
1
Show whitespace changes
Inline
Side-by-side
examples/ezstream-full.xml
View file @
656fff81
...
...
@@ -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>
<!--
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment