1 comment (1 comment)1 reaction (1 reaction)0 assignees (0 assignees)C++6,072 forks (6,072 forks)batch import
enhancementgood first issue
Repository metrics
- Stars
- 52,942 stars (52,942 stars)
- PR merge metrics
- Avg merge 5d 20h (Avg merge 5d 20h)36 merged PRs in 30d (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
- Research direction
- Examine how dr wav.h is used in the project, particularly the 16 bit PCM reading functions. Implement a minimal replacement using standard C/C++ file I/O and handle the WAV file format (RIFF header). Ensure the new implementation matches the existing behavior and passes all tests.
- Tech stack
- cpp
- Domain
- cli
- Issue type
- Refactor
- Prerequisites
- C++