similar to: laod multichannel-audio-files with readWave (tuneR)

Displaying 20 results from an estimated 200 matches similar to: "laod multichannel-audio-files with readWave (tuneR)"

2013 Jan 31
2
Writing audio files (.wav) in a different directory
Hi. I'm trying to export a .wav file using the writeWave function from tuneR package in a different folder than the default getwd(). After reading through the manuals of some audio packages I couldn't figure it out. I'm picking one 3-hour .wav file and asking the function to take a sample of 1 minute (from minute 100 to minute 101 of the 3-hour file) and saving it in an object
2005 Jun 27
0
Flush route table on laod balancing between 3 connections
Hi, I had made a script for make load balancing between 3 internet connections on the same gateway. It work fine but I have juste one problem. All my client (30 pc) use the SAME website (web.example.com), and load balancing is not effective because route to this site is in cache. How I can flush route table without disconnecting connections in use with this site (web.example.com) *ip route
2012 Jan 17
2
How to loop on file names
Dear all, I need to do the same procedure on several files. But I don't know how to refer to the file name. Here is an example of what I am trying to do. List of files: file1(A,B,C, D1...Dn), file2(A,B,C,E1,...,En), file3(A,B,C,F1,...,Fn) Procedure I want to apply on each file: dft <- melt(df,id=c('A','B','C')) dft$X <- substr(dft$variable,1,3) dft$Y <-
2012 Sep 26
3
Reading multiple files
Hi, I have 35 data files for reading. I would like get a program for performing reading of 35 files at once. All are of the type: Dados1.raw, Dados2.raw and so on. If the files have the same number of columns, I can read with the following commands: rm(list=ls()) filenames = list.files(path="~/Silvano/Arq", pattern="Dados+.*raw") names = substr(filenames, 1, 7) for(i in
2008 May 24
1
VT-d success - passing PCI TV tuner to Windows DomU
Hi all, Thought I''d share my success with VT-d. I picked up an Asus P5E-VM DO motherboard as it was relatively cheap and had an extra PCI slot compared to the Intel Q35 board. The people on #xen IRC were very helpful. I wasted 2 days trying to get things working on Ubuntu and OpenSUSE with forward patched versions of Xen for newer kernels. Ended up using CentOS 5.1 which has the requred
2008 Aug 29
0
RE: VT-d "partial" success - passing DVB-S tuner to Windows DomU (based off previous thread of similar name!)Link to this message
Daniel, I don''t know if you found a solution to your problem, I''m currently passing a DVB-S card through to my XPSP3 DomU with Mediaportal as the streaming app. Anyhow, I was having performance issues with my mpeg2 streams as well. I ended up doing the following on my Q6600: xm vcpu-set Domain-0 3 xm sched-credit -d DomU -w 2048 With the Dom0 pinned to 3 cpus, and my DomU on
2002 Dec 18
1
QCast Tuner for PS2 has ogg support
Perhaps I am blind, but I had not seen this come through the list yet... http://www.broadq.com/ Enables your PS2 to access your PC and play .ogg vorbis files(among many others). And to think I was just about ready to drop some cash for a computer for my A/V system... Sweet. Jeremy (no, no affiliation with the company) --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project
2005 Oct 01
1
fm-tuner and ices2
Hi all. These is my first post to this list, and I want to ask about using of ices-2.0.1 with fm-tuner. I can`t find any useful docs about such usage. Here is my ices.xml : --------------------------------------------------------------- <?xml version="1.0"?> <ices> <background>1</background> <logpath>/var/log/ices</logpath>
2011 Jul 20
0
new versions of packages RWinEdt, signal, tuneR
A series of package updates is on CRAN (or in the process to get there). Already available from CRAN are: - signal: Since I took over maintainership years ago, I have not invested the required amount of time into this package - until this spring and now the package got a NAMESPACE and dozens of bugfixes, documentation improvements and hundreds of test cases - many thanks to Sarah
2011 Jul 20
0
new versions of packages RWinEdt, signal, tuneR
A series of package updates is on CRAN (or in the process to get there). Already available from CRAN are: - signal: Since I took over maintainership years ago, I have not invested the required amount of time into this package - until this spring and now the package got a NAMESPACE and dozens of bugfixes, documentation improvements and hundreds of test cases - many thanks to Sarah
2003 Sep 06
2
TV tuner
Dear All, Can anyone recommend a TV-tuner card that works well on 4.x or 5.x Thanks in advance Regards Dmitry
2008 Jun 23
3
AM/FM tuner for centos 4 or 5?
Looking for a radio tuner for my audio server. Needs to do AM. Any hardware reccomendations? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100 - - +1 (443) 269-1555 x333
2012 Jan 18
4
R-Help
I am trying to create a frequency distribution and I am a bit confused. Here are the commands I have entered: > data <- read.csv(file="40609_sortedfinal.csv",head=TRUE,sep=",") > NumberOfActionsByStatus = data$STATUS > NumberOfActionsByUser = data$ETS_LOGIN > NumberOfBidOffer = data$BID_OFFER > NumberOfActionsByUser.freq = table(NumberOfActionsByUser) >
2002 Sep 29
1
VP3 vs CPU
Hi DVD-Quality playback uses 100% CPU on my Athlon 1333 MHz. My Duron 800 can't play them. XviD uses ~25%. Does someone have few tricks for that? Stéphane Bérubé ---- sirber@webernic.com --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'theora-request@xiph.org' containing
2010 Jul 26
0
Multichannel singular spectrum analysis (M-SSA) for R?
Does anyone know of any tools to do multichannel(multivariate) singular spectrum analysis (M-SSA) in R? Seems like this would be a useful thing to have. -Hilbert [[alternative HTML version deleted]]
2009 Oct 13
2
multichannel?
Hi, I was wondering if it would be possible to do multichannel encoding with CELT. From the documentation & the code I understand that CELT currently encodes mono (1 channel) or stereo (2 channels). I would like to use CELT in a multichannel setup, to encode (and stream) n mono channels. Just n mono channels, not a layout like 5.1 With vorbis I can do this, but vorbis adds a lot of
2009 Oct 15
1
multichannel
Hi All, Would it be possible to encode n channels with the CELT api? I can't find a negative or positive in the CELT docs; all I could find is c a check on the nr of channels in wav_io.c in the CELT tools. No clear insight on wheter or not the channels parameter in celt_mode_create can be > 2. Answers on the list were (thanks!): - Sure, You just encode each channel and then store the
2010 Mar 07
2
Multichannel coding
Hi Jean-Marc, It was discussed before, when multichannel streams are encoded; taken multiple instances of the encoder where the input is not correlated. Is there a way to pack the result of all channels again? Or maybe do something more efficient in the first place on multichannel streams? Stefan
2016 Sep 06
0
No increased throughput with SMB Multichannel and two NICs
On Sun, 2016-09-04 at 11:42 +0200, Daniel Vogelbacher via samba wrote: > Hello, > > I'm running Samba 4.4.5 with enabled SMB Multichannel. The Linux > server > has two 1GBit/s NICs and for testing purposes I've shared a tmpfs > mountpoint with 2GiB and ~2GiB large test-file. > > My Windows 10 host has one dual-port 1GBit/s NIC, and if both > interfaces > are
2016 Sep 06
0
No increased throughput with SMB Multichannel and two NICs
On Tue, Sep 06, 2016 at 03:56:14PM +0200, Daniel Vogelbacher via samba wrote: > > Am 2016-09-06 10:41, schrieb Anoop C S via samba: > >On Sun, 2016-09-04 at 11:42 +0200, Daniel Vogelbacher via samba wrote: > >>Hello, > >> > >>I'm running Samba 4.4.5 with enabled SMB Multichannel. The Linux > >>server > >>has two 1GBit/s NICs and for