search for: origfile

Displaying 4 results from an estimated 4 matches for "origfile".

2007 Jul 17
0
write.dcf/read.dcf cycle converts missing entry to "NA" (PR#9796)
...Field". I think that write.dcf() should not write lines in the output file where the input matrix contains a character NA. Here is a test function to demonstrate the problem. It returns TRUE when a write.dcf/read.dcf cycle does not change the data. test.write.dcf <- function () { origFile <- tempfile() copyFile <- tempfile() on.exit(unlink(c(origFile, copyFile))) writeLines(c("Package: testA", "Version: 0.1-1", "Depends:", "", "Package: testB", "Version: 2.1" , "Suggests: testA&q...
2007 Jul 18
1
(PR#9796) write.dcf/read.dcf cycle converts missing entry
...e.dcf() should not write lines in the output file where > the input matrix contains a character NA. > > Here is a test function to demonstrate the problem. It returns > TRUE when a write.dcf/read.dcf cycle does not change the data. > > test.write.dcf <- function () { > origFile <- tempfile() > copyFile <- tempfile() > on.exit(unlink(c(origFile, copyFile))) > writeLines(c("Package: testA", "Version: 0.1-1", "Depends:", "", > "Package: testB", "Version: 2.1" , "S...
2013 Jan 09
3
PESQ calculated MoS-Values for Speex
...urs, but I did not get something that corresponds to this: http://speex.org/comparison/nb_codecs_small.png (Speex.org Website). The fact, that a bitrate of like 25kbit/s results in a score of nearly 4,5 is confusing me like hell. (compared to my results) First thing I tried was just "speexenc origfile.wav destfile.spx", but the result did not satisfy me. The used wavefiles are created in Cubase5.1, 16bit and 16kHz. Im using 1.2rc1, compiled with cygwin, running on Windows 8. The 1.2beta3 kept crashing on Win8 and Win7 using the same audiofiles. I also tried using 1.0.5, but the (MoS)result...
2013 Jan 09
0
PESQ calculated MoS-Values for Speex
...urs, but I did not get something that corresponds to this: http://speex.org/comparison/nb_codecs_small.png (Speex.org Website). The fact, that a bitrate of like 25kbit/s results in a score of nearly 4,5 is confusing me like hell. (compared to my results) First thing I tried was just "speexenc origfile.wav destfile.spx", but the result did not satisfy me. The used wavefiles are created in Cubase5.1, 16bit and 16kHz. Im using 1.2rc1, compiled with cygwin, running on Windows 8. The 1.2beta3 kept crashing on Win8 and Win7 using the same audiofiles. I also tried using 1.0.5, but the (MoS)result...