similar to: Weird sample rate errors

Displaying 20 results from an estimated 1000 matches similar to: "Weird sample rate errors"

2009 Oct 22
2
melting columns
Hello, I'm using R to run a acoustic analysis software called Seewave. I ask the code to extract a list of variables from my recording, and the program give ONE table for each of these. The tables consist of a two column data.frame with the time in column 1 and the frequency in column 2. However, for my purpose I need only one column with the time first and the frequency second. I tried
2004 Aug 06
2
multiple liveice sources
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 24 Sep 2001, William Goldsmith wrote: > The easiest way to accomplish this is to create a 2nd directory containing > liveice & its config file. You can't run 2 instances in the same > directory - their temp files will overwrite each other. > > Contrary to what others have written, liveice works just fine once it's
2004 Aug 06
0
liveice SAVE_FILE
On Mon, 16 Jul 2001, Bruno Randolf wrote: > does anyone have patch for liveice that the saved files (SAVE_FILE > directive in the config file) don't get overwritten if liveice is > stopped and started? i think about something like adding the current > date and time to the filename... > > or ist there some other solution concerning dump (or save) files? Well, I like the
2004 Aug 06
0
Icecast2 (was Re: [vorbis] Who'll Be Using Ogg Vorbis Instead Of MP3? @ /.)
On Thu, 9 Aug 2001, Geoff Shang wrote: > > On Mon, 6 Aug 2001, Jack Moffitt wrote: > > > It works, but hasn't been released. I will be making nightly snapshots > > available of the repositories in the next day or so, and that should > > help get more people testing it. So far it's help up quite well, and > > the tools are _nice_ courtesy of Oddsock and
2013 Jan 03
3
Make a column from columns
Hi, I have a data matrix with 13 columns and 55 rows. First coulmn is year and other are monthly values for 55 years. Now i want to create a single column of all the values ( i e a single time series column from column 2 to 13 ). Is it the for loop that works here ...how ? or how i can rearrange the data so that it becomes a times series column. hope i made the question clear . thank you,
2009 Mar 19
1
subtract values
Dear R-help I am using R version 2.6.2. I am trying to subtract specific values from a larger data frame. I feel this should be straightforward, but I am struggling. I have a dataframe "Bk" as follows: DateTime cumPrecip 01/01/2008 00:00 348 01/01/2008 01:00 348 01/01/2008 02:00 348 01/01/2008 03:00 347 01/01/2008 04:00 348 01/01/2008 05:00 348 01/01/2008 06:00 349
2004 Aug 06
3
problems with liveice
I have installed lame, and its working well, How to choose CD mode in liveice? I have just seen with or without live input (soundcard). Well, I will need to stream live input, from a radio, what should I use instead of liveice? what do you recomend me? Thank you, Rocael. --- Joe Bowser <bowserj@unbc.ca> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Sun, 19
2004 Aug 06
0
Where can I get Icecast 2.0?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, 15 Aug 2001, Big Al wrote: > I have Icecast 1.3.11 working just fine. Now I want to try to migrate > to the Ogg Vorbis thing, for purposes of static file streaming. > > With 1.3.11 as a default install on RedHat 7.1, would I install v2.0 > as a new product or overlay / delete the v1.3.11 install? Well, you could compile from
2004 Aug 06
0
problems with liveice
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, 19 Aug 2001, Rocael Hernandez wrote: > Hi! I'm running icecast 1.3.11 and liveice under > Mandrake 7.2 > Right now I don't have a sound card, but I will. Also > I need to reencode the MP3s that I'm sending to the > icecast server. OK, you should use the latest version of ices and set it up to re-encode with
2004 Aug 06
0
alternatives to liveice and darkice
On Thu, 11 Apr 2002, Beau D. Simensen wrote: > in any event, if there are some great alternatives to liveice or darkice out > there, i'd be happy to look into them. i was extremely happy to have found > ices a few months ago. it had been there all along, just not described or > explained very well. i'm guessing there is something else out there i just > didn't notice
2004 Aug 06
1
icecast strangeness...
I've been trying to figure out as to why sometimes connections are properly negotiated and sometimes not. For example, using mpg123 as a client, I point it at my server (live.wuga.org): Directory: http://live.wuga.org/ Playing MPEG stream from ... MPEG 1.0 layer I, 96 kbit/s, 44100 Hz stereo Illegal Audio-MPEG-Header 0x62dd8776 at offset 0xfffffffb. It has
2004 Aug 06
2
Where can I get Icecast 2.0?
I have Icecast 1.3.11 working just fine. Now I want to try to migrate to the Ogg Vorbis thing, for purposes of static file streaming. With 1.3.11 as a default install on RedHat 7.1, would I install v2.0 as a new product or overlay / delete the v1.3.11 install? Thanks --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe
2010 Jun 22
1
k-sample Kolmogorov-Smirnov test?
Hello, I am curious if anyone has had any success with finding a R version of a k-sample Kolmogorov-Smirnov test. Most of the references that I have able to find on this are fairly old and I am wondering if this type of analysis has fallen out of favour. If so, how do people tend to compare distributions when they have more than two? Is it reasonable to pursue an adjusted p-value method. That is,
2004 Aug 06
2
problems with liveice
Hi! I'm running icecast 1.3.11 and liveice under Mandrake 7.2 Right now I don't have a sound card, but I will. Also I need to reencode the MP3s that I'm sending to the icecast server. I followed the instructions but it doesn't seem to work, when I first run icecast and after liveice I got this: from icecast Accepted encoder on mountpoint /icy_0 from localhost.localdomain. 1
2010 Nov 17
2
Drop non-integers
Hello all, I have a fairly simple data manipulation question. Say I have a dataframe like this: dat <- as.data.frame(runif(7, 3, 5)) dat$cat <- factor(c("1","4","13","1","4","13","13A")) dat runif(7, 3, 5) cat 1 3.880020 1 2 4.062800 4 3 4.828950 13 4 4.761850 1 5 4.716962 4 6
2004 Aug 06
2
Stupid question
Hi, I've recently download some software for "streaming"; I've try to run ices, but when i start it the first line is: XML Parser: Document of invalid type, no ices namespace found I realy don't undestand what's means. Please give me an idea! Tnx. Ombra. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/
2004 Aug 06
2
WebTV/ Windows Media Player
Don't know if this has been covered or even asked, but how can you allow access to the streams to those on WebTV and those using Windows Media Player. We're using Icecast and Ices. Thanks in advance! AJ --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to
2004 Aug 06
3
Stupid question
> It means that you are using a broken XML parser and you should delete the > comment before the namespace is defined near the top of the config file. > > Comments are the tags that look like <!- this --> (in case you didn't > know) > > That should fix the problem. > -- Tnx, now the XML parse error don't appare. But...yes, there's a but: Unknown
2010 Apr 03
2
Using ifelse and grep
Good Morning, I am trying to create a new column of character strings based on the first two letters in a string in another column. I believe that I need to use some combination of ifelse and grep but I am not totally sure how to combine them. I am not totally sure why the command below isn't working. Obviously it isn't finding anything that matches my criteria but I am not sure why. Any
2009 Nov 10
3
Dates plotting backwards
Hello, I am having a little trouble formatting my dates correctly. When I plot something using the following commands, R plots the most recent date on the left of the figure and then earlier date on the right of the figure. Given that English is read from left to right I would like to have the dates on my figure arranged in the same way. I am sure that this is something fairly simple but I was