Package: wav
Title: Read and Write WAV Files
Version: 0.2.0
Authors@R: c(
    person("Tomasz", "Kalinowski", role = c("ctb", "cre"), email = "tomasz@posit.co"),
    person("Daniel", "Falbel", email = "dfalbel@gmail.com", role = c("aut", "cph")),
    person(family = "Posit, PBC", role = c("cph")),
    person("David", "Reid", role = c("cph"), comment = "For the vendored dr_wav.h code.")
    )
Description: Efficiently read and write Waveform (WAV) audio files <https://en.wikipedia.org/wiki/WAV>. 
  Support for unsigned 8 bit Pulse-code modulation (PCM), signed 12, 16, 24 and 32 bit 
  PCM and other encodings.  
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3
LinkingTo: Rcpp
Imports: Rcpp
Suggests: covr, testthat (>= 3.0.0), patrick
Config/testthat/edition: 3
URL: https://github.com/mlverse/wav, https://mlverse.github.io/wav/
BugReports: https://github.com/mlverse/wav/issues
NeedsCompilation: yes
Packaged: 2026-04-28 12:18:58 UTC; dfalbel
Author: Tomasz Kalinowski [ctb, cre],
  Daniel Falbel [aut, cph],
  Posit, PBC [cph],
  David Reid [cph] (For the vendored dr_wav.h code.)
Maintainer: Tomasz Kalinowski <tomasz@posit.co>
Repository: CRAN
Date/Publication: 2026-04-28 14:50:02 UTC
Built: R 4.7.0; x86_64-w64-mingw32; 2026-04-29 23:51:59 UTC; windows
Archs: x64
