Displaying 2 results from an estimated 2 matches for "yourinputfil".
Did you mean:
yourinputfile
2006 Oct 24
1
Resampling Audio for use with Asterisk
Hello All,
I have several soundfiles that are recorded ub 44100Hz, 16-bit Mono. What
is the best way and right tools to use to downsample these to 8000Hz so that
they can be used with Asterisk. I've tried using sox with the -r switch and
Audacity on the mac and Goldwave on Windows and they all generate files that
sound like a bad acid trip. I tried increasing the speed 551.25 percent
after
2010 Aug 15
5
reading a text file, one line at a time
Hi,
I have an upcoming project that will involve a large text file. I want to
1. read the file into R one line at a time
2. do some string manipulations on the line
3. write the line to another text file.
I can handle the last two parts. Scan and read.table seem to read the
whole file in at once. Since this is a very large file (several hundred
thousand lines), this is not