similar to: Double-speed mp3 streams

Displaying 20 results from an estimated 8000 matches similar to: "Double-speed mp3 streams"

2012 Jan 30
1
Quantum scalar i40 tape partitions
Hi All, I have a Quantum scalar i40 tape library. I need to configure it to TWO tape partition libraries, e.g., library_a and library_b, so that each library has its own tape drive. Then connect this physical tape library to two different CentOS servers so that each server can see its own media changer and tape drive. I once had a successful configuration on one host but NOT on the other. One
2008 Sep 06
0
schedule a fallback and / 2 sources streaming at 1 server ???
kosnickx wrote: > Now let's see if i got it right. Mostly right. > You have lets say 5 mount points, all of them playing the same stream > (from the same client - Simplecast). Yes > Every hour you use one of these mount points (lets say #3) to insert > alternate stream. > So with your own application (kind of scheduler i guess) you connect a > new client (that is
2004 Sep 21
1
mp3 vs ogg question (reformatted)
Cool, I'm slowing getting people to change over http://dir.xiph.org/index.php?sgenre=Scanner But alot of people still don't like the fact they can't list on yp.shoutcast.com so they don't switch. If you want to see the realtime update try http://scanmassachusetts.no-ip.com:8000/capecod.ogg Some guy made a windows app. that interacts with a police scanner with a serial out. And
2004 Sep 02
1
Stats Bug?
Version of Icecast: Newest Post on website 2.01 I do mp3 feeds I have mounts as /live /scanner and /nypd backup I never thought of trying the other stats screens when it happens but the author of simplecast says it is a issue he has told icecast authors about but it doesn't seem to be fixed. I only happens sometimes like right now I can't reproduce it. I'm guessing simplecast
2008 Sep 06
4
schedule a fallback and / 2 sources streaming at 1 server ???
Dick Trump wrote: > kosnickx wrote: > >> So my question is if it is possible to schedule >> some sort of fallback to another mount point whenever i want to >> > > Yes. I have a Windows installation where my live stream comes from Simplecast with multiple mount points with the same data. > > At certain points in the day, I need to insert alternate
2005 Feb 23
1
H-F corr.: covariance matrix for interaction effect
Hi, I'm still not quite there with my H-F (G-G) correction code. I have it working for the main effects, but I just can't figure out how to do it for the effect interactions. The thing I really don't know (and can't find anything about) is how to calculate the covariance matrix for the interaction between the two (or even n) main factors. I've looked through some books
2005 Feb 23
1
H-F corr.: covariance matrix for interaction effect
Hi, I'm still not quite there with my H-F (G-G) correction code. I have it working for the main effects, but I just can't figure out how to do it for the effect interactions. The thing I really don't know (and can't find anything about) is how to calculate the covariance matrix for the interaction between the two (or even n) main factors. I've looked through some books
2012 May 15
0
How to apply a function to a multidimensional array, based on its indices
Hello, Your way is much better than to mess with the dim attribute, like I did. But, "If you can create a data.frame or matrix that has the indices" Actually, it must be a matrix, indices can't be of type list. A way to avoid loops/apply altogether, and much faster, is the one creating K3 (K is the result from the op.) n <- 20 t2 <- system.time({ K2 <-
2004 Nov 25
4
Avoiding for-loops
Hello R-users, I have a symmetric matrix of numerical values and I want to obtain those values in the upper or lower triangle of the matrix in a vector. I tried to do the job by using two for-loops but it doens't seem to be a clever way, and I'd like to know a more efficient code for a large matrix of thousands of rows and columns. Below is my code for your reference. Thanks a lot.
2004 Aug 06
2
How to complie Icecast2 on Win32
Ok. Now it will run. But when i try to play back my stream(either ogg/vorbis or mp3) it sounds like the chipmunks. Could it be that I'm broadcasting at a sample rate of 22050 in mono? This shouldn't make a difference as the source is also 22050 samplerate and mono(its the line-in plugin for winamp). I'm using Winamp 2.81 with the is the Oddcast DSP for Winamp 2.xx plugin to
2005 Aug 20
2
Forcing individual clients to alternate mount points
Greetings I'm new to the forum but have been streaming successfully with SimpleCast/IceCast2 for about 8 months. Both Simplecast and IceCast2 are running on the same Win2K system. Now I want to do something that has me stumped. It really is a two pronged problem. Here's the setup: Icecast is encoding the same live audio to multiple mount points, allowing me to easily track the
2010 Nov 07
1
How do I order xyplot line points?
I have the following xyplot figure: http://img577.imageshack.us/img577/686/filesizeresults12000000.png The data are organized in a matrix file as follows: Type Elements Chromosome Time bedGz 12000000 chr1 14.240 bedGz 12000000 chr2 7.949 bedGz 12000000 chr3 5.103 bedGz 12000000 chr4 5.290 bedGz 12000000 chr5 5.161 ... The x-axis labels in the Chromosome column are ordered
2007 Oct 25
1
Wav -> Ogg = Chipmunks
I'm creating an ogg\vorbis encoder/decoder that takes pcm wav data and encodes it to ogg on the fly. It works fine but only if I use sample rate 44100, bit rate 48000, and 2 channels. I need to be able to use just 1 channel but when I do that it comes out sounding like chipmunks. I've been searching around and looking at other peoples examples but can't see what I'm doing wrong.
2013 Jun 14
1
IMAP MOVE and lazy_expunge_only_last_instance
Hello! im testing lazy_expunge_only_last_instance here and it seems it works wrong with IMAP MOVE IN: 14 uid move 13 "INBOX" OUT: * OK [COPYUID 1188569061 13 34] Moved UIDs. * 5 EXPUNGE 14 OK Move completed. dovecot.log: 2013-06-14 10:56:06 imap(test13 at mtx.ru): Info: copy from Test: box=INBOX, uid=34, msgid=<1294858169.32435.3.camel at int.office.matrix>, size=996,
2004 Jan 22
1
Re: matrix exponential: M0
H i, all! First of all, I'd like to apologize for my poor English. It's for years I don't use it. This is a R-version of a function I wrote a long ago for my HP48 calculator. It works with the binary expression of the power and just need to duplicate the mem used by X. Hope this helps. mtx.exp<-function(X,n) #Function to calculate the n-th power of a matrix X; { phi <-
2007 Nov 16
1
Efficient way to compute power of a sparse matrix
Dear all, I would like to compute power of a square non symmetric matrix. This is a part of a simulation study. Matrices are quite large (e.g., 900 by 900), and contains many 0 (more than 99 %). I have try the function mtx.exp of the Biodem package: library(Biodem) m <- matrix(0, 900, 900) i <- sample(1:900, 3000, replace = T) j <- sample(1:900, 3000, replace = T) for(x in 1:3000)
2011 Jan 26
0
Fwd: MAtrix addressing
Begin forwarded message: > From: David Winsemius <dwinsemius at comcast.net> > Date: January 26, 2011 8:32:30 AM EST > To: Alaios <alaios at yahoo.com> > Subject: Re: [R] MAtrix addressing > > > On Jan 26, 2011, at 7:58 AM, Alaios wrote: > >> Unfortunately right now is convoluted... by I was trying to find >> some solution. >> Bring again
2007 Dec 12
3
undefined method: controller_name
With rspec 1.0.8 I have a spec in the directory: spec/units/controllers/application_controller_spec.rb require File.dirname(__FILE__) + ''/../../spec_helper'' class DummyController < ApplicationController def index raise "Prevent index from rendering" end end describe ApplicationController, "Handling errors in production", :behaviour_type =>
2005 Feb 18
1
Two-factorial Huynh-Feldt-Test
Hi, I'm currently working on porting some SAS scripts to R, and hence need to do the same calculation (and get the same results) as SAS in order to make the transition easier for users of the script. In the script, I'm dealing with a two-factorial repeated-measures anova. I'll try to give you a short overview of the setup: - two between-cell factors: facBetweenROI (numbering
2007 Oct 16
6
RailsStory runner - empty response
I generated a new rails app then installed rspec and rspec_on_rails from trunk. I then created a sample story: require File.dirname(__FILE__) + "/helper" Story "View Home Page", %{ As a user I want to view my home page So that I can get a birds eye view of the system }, :type => RailsStory do Scenario "Publisher with no videos" do When