similar to: ABX at q8

Displaying 20 results from an estimated 1000 matches similar to: "ABX at q8"

2002 Aug 01
2
Archival quality for music
This mail depends upon the fact that I don't have a couple of good earphones ;-) I read in the site that q=6 is a very high quality, but does it contain perceivable differencies from the original? (for 95% of people, of course). I also found q=6 to produce files slightly bigger (1/10 bigger) than those produced with lame VBR q=2 (about 192 bps on average). I always thought LAME VBR q=2
2011 Jul 06
3
Tables and merge
----- Original Message ----- From: "Silvano" <silvano at uel.br> To: <r-help at r-project.org> Sent: Thursday, June 30, 2011 9:07 AM Subject: Tables and merge > Hi, > > I have 21 files which is common variable CODE. > Each file refers to a question. > > I would like to join the 21 files into one, to construct > tables for each question by CODE. >
2005 Nov 12
1
computation on a table
Hello, I have a table (1) of the form q1 q3 q4 q8 q9 A 5 2 0 1 3 B 2 0 2 4 4 I have another table (2): q1 q2 q3 q4 q5 q6 q7 q8 q9 C 10 7 4 2 6 9 3 1 2 I would like to divide the numbers in table (1) by the number of the appropriate column in table (2): q1 q3 q4 q8 q9 A 5/10 2/4 0/2 1/1 3/2 B 2/10 0/4 2/2 4/1 4/2
2011 Sep 01
0
[PATCH 5/5] resample: Add NEON optimized inner_product_single for floating point
From: Jyri Sarha <jsarha at ti.com> Also adds inline asm implementations of WORD2INT(x) macro for fixed and floating point. --- libspeex/resample_neon.h | 101 ++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 101 insertions(+), 0 deletions(-) diff --git a/libspeex/resample_neon.h b/libspeex/resample_neon.h index ba93e41..e7e981e 100644 --- a/libspeex/resample_neon.h +++
2013 May 21
0
[PATCH] 02-
- Use MAC16_16 macros instead of (sum += a*b) and unroll a loop by 2. It increase performance when using optimized macros (ex: ARMv5E). A possible side effect of loop unroll is that i don't check for odd length here. - Add NEON version of FIR filter and autocorr -- Aur?lien Zanelli Parrot SA 174, quai de Jemmapes 75010 Paris France -------------- next part -------------- diff --git
2006 Oct 06
3
Theora file size
Hi I was surprised with size of Theora files and thought of feedback. Following 1minute duration Theora and Xvid files were made from a y4m file. The resolution is 1280x720: 1. Xvid 17MB 2. Ogg/Theora Q7 31MB 3. Ogg/Theora Q8 38MB 4. Ogg/Theora Q9 49MB 5. Ogg/Theora Q10 61MB The Xvid file was made using mencoder by 2 passes with following options:
2013 May 21
2
[PATCH] 02-Add CELT filter optimizations
Please ignore my previous mail and patch, there is a new version :). Patch changes are: - Use MAC16_16 macros instead of (sum += a*b) and unroll a loop by 2. It increase performance when using optimized macros (ex: ARMv5E). A possible side effect of loop unroll is that i don't check for odd length here. - Add NEON version of FIR filter and autocorr - Add a section in autoconf in order to
2004 Feb 04
2
Audo quality problem
Hello. First of all, thanx for that great codec. I would encode all my music with Ogg Vorbis in the future, if it hadn't been for some samples I encoded for test purposes: Everything was great as long a I used "natural" sounds/music, but certain pieces of synthesized music (specially techno) contained very audible artifacts even at high bitrates. So I just went on using mp3 for
2003 Aug 22
3
Which encoder ver to use?
Hello, I'm seeking advice here as I'm intend in the not to distant future to start encoding my CD collection, and I'm not sure what to use. Do I use the still current v1.0, or am I better off using a newer build? Also, I've started to notice mention of versions 1.0.1 and 1.1 in these mailing lists. Are these worth holding out for? I'll probably encode at about Q7, and am using
2009 Nov 12
1
Transforming a dataframe into a response/predictor matrix
I currently have a data frame whose rows correspond to each student and whose columns are different variables for the student, as shown below: Lastname Firstname CATALOG_NBR Email StudentID EMPLID Start 1 alastname afirstname 1213 *@uark.edu 10295236 # 12/2/2008 2 anotherlastname anotherfirstname 1213 **@uark.edu ## 10295236 9/3/2008 Xattempts Q1
2011 Jan 09
1
Operating on count lists of non-equal lengths
This is my first post to R-help and I look forward receiving some advice for a novice like me... I?ve got a simple repeated (4 periods so far) 10-question survey data that is very easy to work on Excel. However, I?d like to move the compilation to R but I?m having some trouble operating on count list data in a neat way. The data C > str(C) 'data.frame': 551 obs. of 13
2012 Nov 25
1
Iterate by Factor - Newbie Question
I have end of semester teaching evaluation data of the following form: > head(evaluations) Course Prefix Q1 Q2 Q3 Q4 Q5 Q6 Q7 Q8 Q9 Q10 Q11 Q12 Q13 Q14 1 2330301 2 4 3 3 3 4 4 1 2 5 4 1 1 1 1 2 2330301 2 3 3 3 3 3 5 1 2 5 8 1 1 1 1 3 2330301 2 4 4 3 3 4 4 2 2 5 9 1 1 1 1 4 2330301 2 2 1 1 3 4 5 1 2 5 8
2013 May 21
0
regarding ARM NEON CELT filter optimizations
Hello Aurelien, + "vdup.s16 d8, %1;\n" //Duplicate num in d8 lane + "vdup.s16 q5, %4;\n" //Duplicate mem in q5 lane + + /* We try to process 16 samples at a time */ + "movs %5, %3, lsr #4;\n" + "beq .celt_fir1_process16_done_%=;\n" + + ".celt_fir1_process16_%=:\n" + /* Load 16 x values in q0, q1 lanes */ +
2011 Apr 15
2
Function for deleting variables with >=50% missing obs from a data frame
Hello R users! I have several data frames where some of the variables have many missing observations. For example, Q1 in one of my data frames has over 66% of its observations missing. I have tried imputation with mice but it does not work for all the data frames and I get the following message or a similar message to this: iter imp variable 1 1 Q1 Q2 Q3 Q4 Q5 Q6 Q7 Q8 Q9 Q10 Q11
2002 Apr 21
0
ABX Samples?
Anybody know where I can find ABX samples (original and ogg) that used RC3 or better encoding? The only ones I've been able to find are RC2 (or RC1) PS - on a side note, on pcabx.com's "very easy" training samples, I seem to be completely deaf to the differences between the "Original" and their "test" samples. (Distortion sample only), but I do hear
2002 Jul 24
2
quality question
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 If I'm going from .wav --> .ogg -q9 --> .ogg -q7 do I suffer any ill effects or is it just like going from .wav --> .ogg -q7 ?? I ask because I think I want to go down a bit more as the size of the files are around 10mb or so. I can get them from source again and go straight to - -q7 if need be. - -- Robert Cole -----BEGIN PGP
2011 Feb 04
1
imagemagick 6.6.7.4-Q8
which rmagick gem configured with imagemagick6.6.7.4-Q8 please reply...m not getting in google -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send
2017 Apr 10
2
133 kbps stereo killer sample
Hello! I found a sample I can ABX successfully when encoded at 133.333 kbps. I was targetting 1 MB/min. https://drive.google.com/drive/folders/0B8KWShoIrA1kQzR1Z0FFRUlfcEU floex.wav is 4:54–5:04 of a lossless copy of 'Forget-me-not' by Floex, downloaded from http://store.floex.cz/album/zorya floex-133.opus was created with `opusenc --bitrate 133.333333 floex.wav floex-133.opus`,
2002 Jul 24
3
quality question?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 No one has any idea on my question of recompressing ogg files? - -- Robert Cole -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9P5QvOWbzte5wVEURAtnoAJ9d2c7ip94Qqte5AQWP2XaYZ/EQ+ACcDs9a sji3Mrw+X3ofLJ5lmyZN6oQ= =3lh9 -----END PGP SIGNATURE----- <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project
2002 Jan 19
3
Interactive RC3 quality analysis graphs
This is the new page after the first feedback round: http://audio.sinderman.com/ Comments? Conclusions? Developers feedback? Can someone ABX 60.wav with 60.ogg -q 0? Cheers, AGS. P.S. Garf/Erik, I have included some comments from EAQUAL's author. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this