similar to: Test Vectors Needed to Test Ogg Vorbis Encoder

Displaying 20 results from an estimated 400 matches similar to: "Test Vectors Needed to Test Ogg Vorbis Encoder"

2012 Nov 21
4
Function storing error messages in 32 bit R-2.15.2 version
I am using 32 bit R - 2.15.2 version and working on package ltm. The program does not give me any warning message when I run tpm command for a dataset. If run tpm command for the same dataset in 64-bit R 2.15.1 version, I get the warning message shown below. Can someone suggest why is no warning message being generated by 32-bit R? Or is it being generated but not getting printed? Which function
2010 Jun 26
1
Passing the parameter (file name) to png()
I am fitting 3 parameter model to my response matrix and want to generate item characterstic curve. I want to specify file name to save item characterstic curve by passing it as external parameter to the R batch script. The following is the code I have written for this. *R Script:* library(ltm) cmd_args = commandArgs(); for (arg in cmd_args) cat(" ", arg, "\n",
2006 Feb 20
3
Huge VQ codebooks
Hi, Does anybody know how codebooks are generated in OggVorbis encoder? We are porting oggorbis encoder on embedded platform for which VQ codebook memory is hugeeee to imagine. How can we reduce that? Can we do VQ with less codebooks and if yes how? If any help available? Parul Embedded Engineer Einfochips Ltd
2006 Feb 24
1
Test vectors for encoder
For testing the encoder i needed test vectors. thanks for the links send by members. Those links are useful, but contain test vectors corresponding to 44 KHz only. Does anybody has any idea where i can find test vectors of other sampling rates i.e. 48 KHz, 32 KHz, 16 KHz, 11 Khz, 8 KHz. ? Thanks, Parul Embedded engineer Einfochips
2006 Feb 24
1
Complaince testing for oggvorbis encoder
We are working on OggVorbis encoder. In the porting effort we are trying to convert it to fixed point code (both 32 and 24 bit fixed point). Now the issue is how we do the testing. What should be the criteria for our testing. Does anybody has any idea how compliance testing (i.e. some objective tests) is done at encoder side? What is the criteria of testing at the encoder side? If anybody
2001 Nov 27
3
Table Command (PR#1182)
Full_Name: Manisha Desai Version: 1.3.0 OS: UNIX Submission from: (NULL) (156.111.36.213) There may be a bug in the table command. The value of 0 does not appear to show up (at least in this version of R). The following is an example: > blah<-c(rep(1,100),rep(0,100)) > table(blah) Gives the following: blah 1 100 Doing a summary shows that blah does contain values of 0. >
2014 Nov 24
3
[RFC PATCHv1] cover: celt_pitch_xcorr: Introduce ARM neon intrinsics
On 21 November 2014 at 18:06, Timothy B. Terriberry <tterribe at xiph.org> wrote: > > Viswanath Puttagunta wrote: >> >> a. Simplest use case to validate this optimization for correctness. >> b. Simplest use case to validate this optimization for performance. >> >> Would prefer something like opusdec that can be executed on command >> line. > >
2002 Apr 26
1
ORDGLM function - which package has it?
I am new to the R. I managed to download and install and got some basic summary work done. I need to do ORDERED LOGIT model. I searched web-site and mail archives and I think that I need to use "ordglm" function. However, I am not sure what package has it. I tried several (like RMUTIL, ORDINAL, REPEATED) etc. but no avail. Any help is useful. I still haven't subscribed to the
2005 Jan 01
2
Live streaming from Mac OS X
Thanks ! changed the format to MP3, am getting the icecast stream now. Just realized that esound is capturing the microphone input, wanted to stream the music being played by itunes (basically something like hijacking+streaming the audio). This dosent come under icecast, just wondering if u know of anything related. Dwipal On Dec 31, 2004, at 6:00 PM, Geoff Shang wrote: Dwipal Desai wrote:
2006 Jun 19
4
Qurey : How to add trendline( st. line) in Graph
How to add trendline (i.e. straight line passing through maximum points) in graph. I have worked on the data given below. Please tell me how to add trendline in the graph. The script is as follows =================================== start ==================================================== # The data is as follows data <- c( 0.01, 0.02, 0.04, 0.13, 0.17 , 0.19 , 0.21 , 0.27 , 0.27 ,
2014 Nov 24
2
[RFC PATCHv1] cover: celt_pitch_xcorr: Introduce ARM neon intrinsics
>> >> a. Simplest use case to validate this optimization for correctness. >> >> b. Simplest use case to validate this optimization for performance. >> >> >> >> Would prefer something like opusdec that can be executed on command >> >> line. >> > >> > >> > The easiest thing to use is probably opus_demo (opusdec
2006 May 22
2
Chaining and grouping
We are implementing oggvorbis decoder on embedded system. In that we want to have support of chaining and grouping. If somebody can throw some light on how it can be implemented, it would be gr8 help. Regards, Parul -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/vorbis-dev/attachments/20060523/d90e36a0/attachment.htm
2013 Oct 04
3
ODG (Objective Difference Grade) scores for Opus Encoder using PQEvalAudio Tool
Hi, I checked the ODG (Objective Difference Grade) scores for a few reference vectors using the PQEvalAudio Tool and found that some of them show ODG scores as high as -3.5 If we look at the range as described in the link below, it looks unacceptable. http://www-mmsp.ece.mcgill.ca/documents/Software/Packages/AFsp/PQevalAudio.html Am I missing something or are these scores valid? Thanks and
2006 Jul 12
1
Query : Modification of graphs
How to change the background in the plots The e.g. for which I am working is as follows, The R script is ################### start ####################################### amounts <- c(21790,5669,34921.17,60152.47,47228.61,16566.13,8283,3980,5445,1000,125 0,0,1285,1222,5001,600,1950,11580,7520,7999,4850,3850,16900,6095,0,4246, 8556,8280,3020,7250,0,8807,0) # histogram hist(amounts) #
2016 Jul 21
3
Asterisk 13 High CPU usage
Hi all, I was using 13.5 but upgraded today to 13.9 (13.10 came out a few hours after I upgraded). On both 13.5 and 13.9 asterisk seems to use 100% of the CPU. This usually happens a few hours after starting asterisk. A restart of asterisk gets the CPU back down, but only for a little while. There asterisk box has no call traffic flowing through it, just 15 or so registrations. I'm sure
2016 Mar 24
2
OPUS support in Asterisk 13
Hi all, Sorry if this has been asked before. I searched a lot, but found conflicting answers, so hoping for some clarification. My question is does Asterisk 13 support OPUS? If so which version exactly? If asterisk 13 requires a patch, which is the correct one and where do I get it? Kind regards, C -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Mar 07
4
Differences between Chan_SIP and PJSIP with NAT and STUN
I'm dialling from the snom and every few calls asterisk sends media to the phones external IP and it works! And then now and again it sends the media to the phones internal IP and I hear nothing. I'm really at a loss. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Mar 07
4
Differences between Chan_SIP and PJSIP with NAT and STUN
> Joshua Colp wrote: > > There should be nothing different, except for how you configure things. > What is the full PJSIP configuration? What is the environment where > Asterisk is running? Is ICE actually in use on the other side? What is > the full SIP trace? > The full configuration is here: http://pastebin.com/XqZG1m5X I am connection over TLS / SRTP on port 5063. When
2010 Apr 29
1
Updrading samba
Hello all, I use samba 2.0.5 in one of my machine and in other machine i use windows xp. This combination works perfectly when come into file sharing. But when i use windows vista with samba 2.0.5 i cannot use samba share. I did lots things in vista to run samba share but iot was helpless. So i like to know that if i upgrade samba to version 3 or later will i be able to run samba share with vista
2011 Jan 10
0
Capturing error messages while running R through an external program
I am trying to automate scoring done by applying 3 parameter model of IRT to the response data. I call R from PHP to do this using exec(). Since I face convergence issues while using R, it is important that the program captures the error messages like "the solution is not stable" given by R while running tpm(). How does one do that? I find sink() of no use to do that. Regards, Maulik