mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
Add Opus to the template example as well
This commit is contained in:
parent
12a73ea8d3
commit
5124f90d36
@ -57,6 +57,12 @@
|
||||
<program>faad -d -f 2 -w @T@</program>
|
||||
<file_ext>.m4a</file_ext>
|
||||
</decoder>
|
||||
|
||||
<decoder>
|
||||
<name>Opus</name>
|
||||
<program>opusdec --rate 44100 @T@ -</program>
|
||||
<file_ext>.opus</file_ext>
|
||||
</decoder>
|
||||
</decoders>
|
||||
|
||||
<encoders>
|
||||
|
Loading…
Reference in New Issue
Block a user