Skip to content

Document the precomputed binary feature format #3

@dnvt

Description

@dnvt

src/precompute.rs defines a binary cache format for precomputed MFCC features. The format works but isn't documented outside the source code.

Goal: Add a section to the README or docs/ explaining:

  • The binary format layout (header, data sections, manifest JSON)
  • How to generate precomputed features
  • How to use them with the training loop
  • When precomputing is worth it vs. on-the-fly extraction

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationgood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions