Displaying 1 result from an estimated 1 matches for "nullsample".
2007 Jul 08
0
patch to enhance sound module for 96 kHz/24 bit sample sizes
...samples/second.
+All kinds of wav files are supported: mono / stereo, 8 / 16 / 24 bits
per sample, 1000 to 96000 samples/second,
+but no compressed formats are supported.
}
\value{
the Sample object that is equivalent to the wav file.
Only in sound/man: loadSample.Rd~
diff -ru sound-orig/man/nullSample.Rd sound/man/nullSample.Rd
--- sound-orig/man/nullSample.Rd 2006-02-20 12:56:37.000000000 -0500
+++ sound/man/nullSample.Rd 2007-07-08 19:37:03.000000000 -0400
@@ -7,8 +7,8 @@
\usage{nullSample(rate=44100, bits=16, channels=1)
}
\arguments{
- \item{rate}{ the sampling rate, between 1000 a...