Package: wav Title: Read and Write WAV Files Version: 0.2.0.9000 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 . 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 Roxygen: list(markdown = TRUE) 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 Repository: https://mlverse.r-universe.dev Date/Publication: 2026-04-30 17:24:22 UTC RemoteUrl: https://github.com/mlverse/wav RemoteRef: HEAD RemoteSha: 9e137f1b8f0ba7c50761a2de2934f51fbb5abd77 NeedsCompilation: yes Packaged: 2026-06-24 02:19:12 UTC; root 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