[opus] [PATCH 0/1] opusenc support for WavPack input

Thomas Daede tdaede at mozilla.com
Thu Oct 15 18:20:51 PDT 2015


A general comment: it seems like there is no support for reading
metadata tags or replaygain information. Most users of this feature are
going to be encoding music from their personal collection into opus,
which means that metadata is pretty important. I'm good with support for
this in a future patch, but currently this means that reading wavpack
from opusenc is worse than converting to flac first. Maybe there should
be a warning printed, or it should be off by default for now?

On 10/07/2015 10:49 PM, Lucas Clemente Vella wrote:
> This patch to opus-tools adds optional support to WavPack
> lossless format as input to opusenc.
> 
> Like support to FLAC, it depends on an external library,
> libwavpack, and may be disabled on configure.
> 
> Lucas Clemente Vella (1):
>   Reading input from WavPack files.
> 
>  Makefile.am    |   7 +-
>  configure.ac   |  37 ++++++++
>  src/audio-in.c |  71 ++++++++-------
>  src/opusenc.c  |  19 +++-
>  src/opusenc.h  |   3 +
>  src/wavpack.c  | 276 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  src/wavpack.h  |  40 +++++++++
>  7 files changed, 414 insertions(+), 39 deletions(-)
>  create mode 100644 src/wavpack.c
>  create mode 100644 src/wavpack.h
> 


More information about the opus mailing list