-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 962 Bytes
/
DESCRIPTION
File metadata and controls
28 lines (28 loc) · 962 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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 <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
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