1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-01 03:54:15 -04:00

Add Opus to the template example as well

This commit is contained in:
Moritz Grimm 2022-11-13 03:13:06 +01:00
parent 12a73ea8d3
commit 5124f90d36

View File

@ -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>