An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# wav

[![R-CMD-check](https://github.com/mlverse/wav/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/mlverse/wav/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/mlverse/wav/branch/main/graph/badge.svg)](https://app.codecov.io/gh/mlverse/wav?branch=main)
[![Cran downloads](https://cranlogs.r-pkg.org/badges/last-month/wav)](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")
```