wav
allows reading and writing WAV files with
many different encodings. It uses the dr_libs/dr_wav
C library.
wav
can be installed with:
install.packages("wav")
You can install the development version of wav from GitHub with:
# install.packages("devtools")
devtools::install_github("mlverse/wav")