Skip to contents

wav allows reading and writing WAV files with many different encodings. It uses the dr_libs/dr_wav C library.

Installation

wav can be installed with:

You can install the development version of wav from GitHub with:

# install.packages("devtools")
devtools::install_github("mlverse/wav")