ggml-org/whisper.cpp

Remove dr_wav.h

Open

#165 opened on Nov 21, 2022

View on GitHub
 (1 comment) (1 reaction) (0 assignees)C++ (5,535 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (49,693 stars)
PR merge metrics
 (Avg merge 5d 20h) (36 merged PRs in 30d)

Description

In order to be as minimalistic as possible, it would be nice to avoid having dr_wav.h in the project. We use it for a very small subset of functionality - to read 16-bit PCM audio. It should be easy to implement it from scratch.

Contributor guide