June 14, 2026

WAV hello to fresh codec drama

TorchCodec 0.14: HDR Video Decoding for CPU and CUDA, and Fast Wav Decoder

TorchCodec gets faster sound and brighter video, while the comments eye old FFmpeg baggage

TLDR: TorchCodec 0.14 adds much faster WAV audio reading and support for richer HDR video on both CPU and NVIDIA GPUs. Commenters loved the speed boost, but one immediately revived an old worry by asking whether outdated FFmpeg tools might still haunt the experience.

TorchCodec 0.14 just dropped, and the community instantly split into two very online moods: "finally, nice speed wins" and "okay but what’s hiding under the hood?" The biggest crowd-pleaser was the new WAV audio decoder, which skips the usual middleman software and reads audio files directly. Translation for normal humans: your sound files can load faster, and people are weirdly thrilled about it. One commenter basically gave the release its gold star on the spot, calling the performance boost "very welcome" like someone who has suffered through enough slow audio pipelines to earn battle scars.

Then came the flashy part: HDR video decoding on both regular processors and NVIDIA graphics cards, meaning richer, brighter video can be handled without crushing all the detail. It’s still in beta, which is developer-speak for "please don’t throw tomatoes if it acts up," and the post openly asks for feedback if things go wrong. That openness helped soften the usual launch-day skepticism.

But the tiny drama bomb in the thread came from a familiar tech-community anxiety: dependency trust issues. One user immediately asked what version of FFmpeg this thing uses, pointing to past frustrations with outdated bundled tools. That’s the comments section in one question: cool update, but are we about to relive old pain? Meanwhile, a TorchCodec contributor jumped in with a calm "I worked on this, ask me anything," giving the whole thread a slightly tense but productive developer-on-the-witness-stand energy. Less flame war, more suspicious side-eye — and honestly, that’s its own kind of drama.

Key Points

  • TorchCodec 0.14 is released with support for torch 2.11 and newer.
  • The release adds a dedicated WavDecoder that reads WAV files directly instead of using FFmpeg, improving decoding speed.
  • VideoDecoder now supports HDR video decoding with float32 RGB output in the [0, 1] range on both CPU and CUDA.
  • HDR decoding is marked as a beta feature and may change based on user feedback.
  • TorchCodec removed its dependency on NVIDIA's NPP library and fixed two CUDA decoder issues, including a rare teardown crash and odd-dimension video decoding.

Hottest takes

"I’ve worked on TorchCodec" — scott_s
"the WAV file decoding perf improvement is also very welcome!" — Reubend
"What version of ffmpeg does this use?" — hmaarrfk
Made with <3 by @siedrix and @shesho from CDMX. Powered by Forge&Hive.