similar to: ***SPAM*** help

Displaying 20 results from an estimated 200 matches similar to: "***SPAM*** help"

2005 Sep 25
3
several questions
VorbisHi Any help is appreciate. I have two questions. First, I looked into the vorbis-?-specific and was confused by the floor1 algorithm. I think at last the aim is to derive the piecewise curve with the list X and Y,then when encodering ,why not use the selected point orderly to get the curve ? In other words, the specific use the list of [0,128,64,32,96,16,48,80] , why can not use
2005 Sep 29
2
stereo couple
Dear All: I studied the stereo couple documents and now confused, I wonder why it can be done like that, and what is the principle behind that. I think i am confused perhaps because i have no background knowledge, can you help me out? Also, when doing the T/F transform,we used MDCT, so it means no imaginary part. And i am much puzzled about the angle in the stereo couple,what does it mean?
2005 Sep 27
2
***SPAM*** encoder flow chart
Hi Any help is appreciate! These days I studied ogg vorbis encoder with sample rate 44.1kbsp,and I thought the whole chart was as follows: 1. read the PCM data and store them in a buffer 2. do MDCT on those PCM data 3. do FFT on those PCM data 4. use both the FFT and MDCT coefficient to the psychoacustic modle and derive an maximum allowable noise curve, and during this curse ,do the
2005 Oct 29
1
***SPAM*** pre-echo preventing
Hi! Dear all I compressed an audiu(wave) with libvorbis1.1.1 and found that the pre-echo was longer than the one which was compressed with MP3 at the same bitrate(128kbps),I am now confused aboout the pre-echo preventing scheme. Can you tell me what method does Ogg Vorbis adopt besides the auto windowsize switch? Looking forward to your letter! Thank you! ??????? Lisa (^_^)
2005 Sep 12
0
***SPAM*** questions
HI I am confused about the psychology acoustics model. How can we decide which window to use? I looked into the procedure,but just confused . can you tell me the basic flow or give me a flowchart? Thank you! ??????? ????????fangchao ????????fangchao_dlut@sina.com ??????????2005-09-13
2006 Jun 09
4
c++ Wav->ogg encoder
Hi I'm new with ogg and also with using third party libraries. I'm making a C++ PocketPC program and I need a simple wav->ogg encoder function. But as I have tried to use ogg vorbis libraries I don't know what or how to use them. I think that best way would be to use libogg 1.1.3 and libvorbis 1.1.2. Do I even need both of them, since I only need to have capability of
2005 Aug 23
1
several questions
Hi Any help is appriatiate. I download the libvorbis-1.1.1 and find it support 2 channels only,is it the truth or i just made a mistake? i think the psychology model is model?,why not use model ?? is it because the patent question? Thank you! ______________________________________ ????2G????? http://mail.sina.com.cn/chooseMode.html ?
2006 Sep 08
1
Fwd: missing directX during installation
Hi Try installing it in win98 mode - run winecfg and change the default to win98. Regards Shelton. ---------- Forwarded Message ---------- Subject: [Wine] missing directX during installation Date: Saturday 09 September 2006 06:35 From: Istvan Gabor <suseuser04@freemail.hu> To: wine-users@winehq.org Hello all: I'd like to install an older program (from 1998/9). The installation
2005 Sep 05
1
Floor Generation
Hi, Can any one explain me basic concept of Floor Generation in Vorbis encoder? Ravi __________________________________________________________ Yahoo! India Matrimony: Find your partner online. Go to http://yahoo.shaadi.com
2005 Sep 13
1
Floor 1 Decode
Dear All, Floor 1 decoder uses FLOOR_fromdB_LOOKUP table. The purpose of this table is not clear to me. It is also not explicitly explained in the vorbis specification. As i have understood is that it is used to dequantise the "Y" values which are decoded from the bitstream during curve synthesis. Is this correct ? If so why does the table have only 256 elements ? This would imply
2005 Sep 13
1
Clarification on code books usage.
Dear All, As i have understood it , the Huffman codebook uses a huffman code present in the bitstream ( lets us say it is decoding a floor 1 Y value using the specifed codebook number ) to walk through the huffman code book tree till it hits a leaf node which is nothing but the entry number. If we consider our floor 1 Y value example , this entry number is directly being used as the Y value.
2011 Sep 20
0
R-help Digest, Vol 103, Issue 19
Szeptember 12-t?l 26-ig irod?n k?v?l vagyok, ?s az emailjeimet nem ?rem el. S?rg?s esetben k?rem forduljon K?rp?ti Edithez (karpati.edit at gyemszi.hu). ?dv?zlettel, Mihalicza P?ter I will be out of the office from 12 till 26 September with no access to my emails. In urgent cases please contact Ms. Edit K?rp?ti (karpati.edit at gyemszi.hu). With regards, Peter Mihalicza
2017 Sep 22
0
[cfe-dev] Cross translational unit analysis in codechecker
Thanks Daniel for the info. Siddharth On Thu, Sep 21, 2017 at 10:37 PM, Dániel Krupp <daniel.krupp at ericsson.com> wrote: > Hi Siddharth, > > > > since the CTU functionality is not yet part of the mainline clang (review > ongoing), you will need to clone our patched version of clang5 > > https://github.com/Ericsson/clang > > (ctu-clang5 branch) > > >
2011 Jan 20
4
How to reshape wide format data.frame to long format?
Dear list, I need to convert this data.frame > names(codesM) [1] "key" "AMR.pa1.M" "AMR.pa2.M" "AMR.pa3.M" "AMR.pa4.M" [6] "AMR.pa5.M" "AMR.pa6.M" "AMR.pa7.M" "AMR.pa8.M" "AMR.pa9.M" [11] "AMR.pa10.M" "AMR.ta1.M" "AMR.ta2.M" "AMR.ta3.M"
2003 Jul 01
2
strange error message
Hi, there I have a loop that is producing data, but is also generating an error message that I can't understand. Here's the loop and the error message: > bio<-matrix(NA, ncol=9, nrow=366) > W<-NULL > M<- length(Day) #number of days iterated > > for (i in 1:M) + { + + + if (Day[i]==1) W[i] <- Wo else W[i] <- (W[i-1]+(Gr[i]/Ef)) + + + C<-
2008 Feb 19
2
Confidence Interval for SMR
Hello, I am looking for a function which allows to calculate the confidence interval for a standard mortality ratio. I do have vectors with the number of observed and expected death. Has anybody a hint where to look? Best, Stefan
2003 Jul 01
1
Creating a loop that works....
Hi there, First off, thanks to everyone who has helped me so far. Sorry to keep pestering you all. I'm including my code here, and I will comment down it where it is that I am having problems figuring out how to write this damn thing. > temper <- scan("temp2.dat", na.strings = ".", list(Day=0, Temp=0)) Read 366 records > > Day <- temper$Day ;
2003 Jul 14
2
problem with coding for 'optim' in R
Hi, there I am a graduate student new to coding in S who is hitting a bit of a wall at present using an "optim" function. I am running into some troubles, and was hoping someone might be able to recognize where I am going wrong. As background: I have constructed a loop that carries out a 365-day calculation for a mass-balance model. Basically, the model depends on 2 variables (p,
2003 Jun 30
0
Constructing loops in which i+1st element depends on ith
I feel greedy posting for help twice in one day- please forgive me, but the thesis can't wait. I have been trying to get an ?if else? statement working in a loop I am writing, in which I specify a variable value to 9.2 (Wo) on the first iteration, but for subsequent iterations, to adopt a value as a function of variables from the previous iteration. When I comment out the ?if else?
2008 Oct 24
1
Repetitive correlation test
Dear all, Through the following code, I wanted to perform correlation test repetedly (through loop) on different combinations of variables of a data set. Code: x=read.table("sample.txt",header=T,sep="\t") out="corout.txt" sink(out) nm = names(x) print(nm) nvr=3 # nvr=Total no. of variables in the input data file for (i in 1:(nvr-1)) { for(j in (i+1):nvr) { frm=