Skip to content

Commit

Permalink
Add support for WavPack 5.7 multi-threaded encoding.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Mar 22, 2024
1 parent cc5f68b commit 42fd4c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/unix/boca_encoder_wavpack.1.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
<mode>stdio</mode>
<informat>wave</informat>
<parameters>
<range name="Number of threads to use" argument="--threads=%VALUE" enabled="true" default="%THREADS" hidden="true">
<requires option="--threads"/>
<min>1</min>
<max>12</max>
</range>
<range name="Enable lossy compression" argument="-b%VALUE" default="256" step="8">
<min alias="%1 kbps">64</min>
<max alias="%1 kbps">720</max>
Expand Down
5 changes: 5 additions & 0 deletions scripts/win32/boca_encoder_wavpack.1.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
<mode>stdio</mode>
<informat>wave</informat>
<parameters>
<range name="Number of threads to use" argument="--threads=%VALUE" enabled="true" default="%THREADS" hidden="true">
<requires option="--threads"/>
<min>1</min>
<max>12</max>
</range>
<range name="Enable lossy compression" argument="-b%VALUE" default="256" step="8">
<min alias="%1 kbps">64</min>
<max alias="%1 kbps">720</max>
Expand Down

0 comments on commit 42fd4c0

Please sign in to comment.