ggml-org/whisper.cpp

Remove dr_wav.h

Open

#165 创建于 2022年11月21日

在 GitHub 查看
 (1 评论) (1 反应) (0 负责人)C++ (5,535 fork)batch import
enhancementgood first issue

仓库指标

Star
 (49,693 star)
PR 合并指标
 (平均合并 5天 20小时) (30 天内合并 36 个 PR)

描述

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.

贡献者指南