oporus-dred-weights 0.2.4

Build-time downloader and generator for DRED weights.
docs.rs failed to build oporus-dred-weights-0.2.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

oporus-dred-weights

Build-time generator for DRED weights and stats tables used by oporus.

Features

  • fetch: allow downloading the model tarball from Xiph during build. When disabled, you must provide a local path via DRED_WEIGHTS_PATH.

The main crate exposes this as dred_fetch.

Build inputs

  • DRED_WEIGHTS_PATH: Local directory or tarball containing dred_rdovae_dec_data.c and dred_rdovae_stats_data.c.
  • DRED_WEIGHTS_URL: Override the default Xiph model URL.
  • DRED_WEIGHTS_SHA256: Override the expected tarball SHA-256.

Proxy environment variables (ALL_PROXY, HTTPS_PROXY, HTTP_PROXY) are honored when downloading.