-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 909 Bytes
/
DESCRIPTION
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.1.0.9000
Authors@R: c(
person("Daniel", "Falbel", email = "[email protected]", role = c("aut", "cre", "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.2.1
LinkingTo:
Rcpp
Imports:
Rcpp
Suggests:
covr,
testthat (>= 3.0.0),
patrick
Config/testthat/edition: 3
SystemRequirements: C++11
URL: https://github.com/mlverse/wav,
https://mlverse.github.io/wav/
BugReports: https://github.com/mlverse/wav/issues