https://github.com/mlverse/wav
Read and write WAV files.
https://github.com/mlverse/wav
audio wav
Last synced: 9 months ago
JSON representation
Read and write WAV files.
- Host: GitHub
- URL: https://github.com/mlverse/wav
- Owner: mlverse
- License: other
- Created: 2022-11-24T01:07:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T12:56:01.000Z (over 3 years ago)
- Last Synced: 2025-10-14T19:04:39.554Z (9 months ago)
- Topics: audio, wav
- Language: C
- Homepage: https://mlverse.github.io/wav
- Size: 1.58 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wav
[](https://github.com/mlverse/wav/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/mlverse/wav?branch=main)
[](https://cran.r-project.org/web/packages/wav/index.html)
`wav` allows reading and writing [WAV](https://en.wikipedia.org/wiki/WAV) files with
many different encodings. It uses the [dr_libs/dr_wav](https://github.com/mackron/dr_libs)
C library.
## Installation
`wav` can be installed with:
``` r
install.packages("wav")
```
You can install the development version of wav from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("mlverse/wav")
```