search for: wxi

Displaying 20 results from an estimated 20 matches for "wxi".

Did you mean: wei
2011 Jun 18
3
how to subtract one string from another in R
Dear R Group Here is what i am trying to do.. but couldnt figure out how.. string<-"ABC DEFG HIJKLM NOPQ RSTUV WXY" string1<-substr(string,1,4) I want to create an R object string 2 ( following the logic shown).. R does not allow string subtraction.. any suggestions how to achieve this? string2<-string-string1 (it should now hold "DEFG HIJKLM NOPQ RSTUV WXY" I
2007 Apr 16
3
Re : Ambisonics in Ogg Vorbis
>I have been giving some thought to how to include Ambisonics in Ogg Vorbis. As I understand it, mapping type = 1 was meant from the start to indicate an Ambisonic stream. The only other information required is the number of channels which thanks to Mr Leese's clever trick tells us exactly which Ambisonic channels are used up to 3rd order. __________________ >The channel coupling
2004 Sep 10
2
2/0, 2/2 3/0, 3/2, 5.1, wxyz
Josh Coalson wrote: > --- smoerk <smoerk@gmx.de> wrote: > >>i didn't find anything about tagging flac files as surround files. i >>think there should some possibility to tell the player how to play a >>multi-channel file (how to map the different channels to the speakers >>or if there some decode is needed, like for ambisonic files). > > > it
2003 Jun 10
5
Calling for 5.1 Mastering experience! (vorbis ambisonics and 5.1)
I've been doing a fair amount of work with Vorbis support for Ambisonics, which seems to be going along nicely. It seems that there is signifant interest in coding 5.1 material with Vorbis esp as tarkin becomes more complete, so I've decided to take a break from pure ambisonic work to look into this. I've decided that the best (from a pure elegance and patent avoidance) way to handle
2003 Jun 10
5
Calling for 5.1 Mastering experience! (vorbis ambisonics and 5.1)
I've been doing a fair amount of work with Vorbis support for Ambisonics, which seems to be going along nicely. It seems that there is signifant interest in coding 5.1 material with Vorbis esp as tarkin becomes more complete, so I've decided to take a break from pure ambisonic work to look into this. I've decided that the best (from a pure elegance and patent avoidance) way to handle
2019 Nov 10
2
Reassociation is blocking a vectorization
Hi Devs, I am looking at the bug https://bugs.llvm.org/show_bug.cgi?id=43953 and found that following piece of ir %arrayidx = getelementptr inbounds float, float* %Vec0, i64 %idxprom %0 = load float, float* %arrayidx, align 4, !tbaa !2 %arrayidx2 = getelementptr inbounds float, float* %Vec1, i64 %idxprom %1 = load float, float* %arrayidx2, align 4, !tbaa !2 %sub = fsub fast float %0, %1
2004 Sep 10
0
2/0, 2/2 3/0, 3/2, 5.1, wxyz
On Sun, 24 Aug 2003, smoerk wrote: > there are different channel profiles for 5.1: > L R C LFE Ls Rs (DVD) > L R Ls Rs C LFE > L C R Ls Rs LFE (Film) I don't see why you need more than one of the above formats. It's not like you can't decide to put the LFE channel into "input 3" or "input 5" or whatever set of inputs your sending it to, depending on
2008 Sep 10
0
e: Mapping = 1 Ambisonic Vorbis flag
"Oliver Oli" <oliver.oli+0815 at gmail.com> wrote: > Are we sure we know what we are talking about? What is Ogg, what is > Vorbis and what OggPCM? Maybe one of the developers can bring > enlightenment to us :-). As I understood it OggPCM is equivalent to > Vorbis. So it's not Ogg/PCM, but Ogg/OggPCM. Please correct me if I'm > telling utterly crap. Yep,
2004 Sep 10
1
2/0, 2/2 3/0, 3/2, 5.1, wxyz
Curt Sampson wrote: > On Sun, 24 Aug 2003, smoerk wrote: > > >>there are different channel profiles for 5.1: >>L R C LFE Ls Rs (DVD) >>L R Ls Rs C LFE >>L C R Ls Rs LFE (Film) > > > I don't see why you need more than one of the above formats. It's not > like you can't decide to put the LFE channel into "input 3" or "input
2001 Oct 28
0
Summary: A speed improvement challenge
Many thanks to Nick Ellis, Vadim Kutsyy, Charles Berry, and Bill Dunlap for providing thoughts and alternative solutions to the problem. I have included Nick and Charles' notes in full below and a summary of the others. Thanks also to Bill for telling me about an inconsistency in how the first argument of sample is interpreted. I had ignored this, resulting in a major bug. Each person
2003 Jun 10
1
Calling for 5.1 Mastering experience! (vorbis am bisonics and 5.1)
On 20030610: Gregory Maxwell wrote: (in reply to Ralph Giles) >> I assume you're aware of the technical documentation on dolby's site? >> (http://www.dolby.com/pro/) In particular the surround mixing guide has >> a lot of detailed guidelines. I don't have any practical experience >> with it though, so I can't vouch for it. >Yes I am. I've done a
2005 Nov 10
0
Ogg audio surround-sound
This came out of the OggPCM discussion, but I think it needs to be addressed on a wider scale. Let's start here, 5 years ago.. http://lists.xiph.org/pipermail/vorbis-dev/2000-July/009513.html (I included this email, below) I emailed David (author of that email) and asked him to join this list. I'm thinking, as I look at the problem, that surround sound needs to be defined _outside_
2000 Jul 11
0
True surround sound for Ogg -- a proposal (fwd)
Date: Mon, 10 Jul 2000 14:51:12 +0100 (BST) From: DG Malham <dgm2@york.ac.uk> To: vorbis-dev@xiph.org Cc: DG Malham <dgm2@york.ac.uk>, Rob Fletcher <rpf1@york.ac.uk> Subject: Re: [vorbis-dev] True surround sound for Ogg -- a proposal (fwd) In-Reply-To: <Pine.SGI.3.95L.1000710092216.9043693B-100000@turpin.york.ac.uk> Message-ID:
2007 Feb 22
13
5.1 surround channel coupling
>Yesterday I have finished writing the ambisonic pan filter for oggenc. May I ask what this "pan filter" is? I made some tentative suggestions for coupling Ambisonic B-format in a post "Vorbis Ambisonic coupling" on 4feb07 I gather from the last monthly meeting, that some of you, including Monty, had problems with the phase behaviour of B-format. Would anyone like a
2004 Dec 07
30
Bind Variables in Active Record
OK, I have some basic functionality to support bind variables, it appears to work with the ''old'' %s style too. I''ve altered sanitize_conditions in activerecord/lib/active_record/base.rb to check whether bind variables are in the statement (/\?/). If they are, replace all the ?s to escaped values from the arguments array. else santize and expand. There are a few
2008 Sep 07
7
Mapping = 1 Ambisonic Vorbis flag
Where can I find the Header file or whatever which specifies the "Mapping" flag. In feb - apr 2007, there was a lot of discussion about Ambisonics and Monty kindly stated that Mapping = 1 ; Denotes and Ambisonic file as opposed to = 0 which is 1 speaker/ 1 channel Has this been written explicitly into the standard? Which standard should I be looking at?
2000 Jul 07
2
True surround sound for Ogg -- a proposal
Hi everyone, Over the last two weeks or so, I've been thinking about how to add surround sound to Ogg -- and more than that, to do it in the best way possible. With this in mind, I started considering using Ambisonic surround sound. The advantages of this format are considerable: a) It was developed in the early to mid '70s, so the patents should be expired by now.
2007 Jan 18
16
5.1 surround channel coupling
It obviously would be nice to have such a mode available, for e.g. DVD audio compression. Apparently, the list doesn''t tell me too much about it. My questions are: 1. What is the current status of the 5.1 channel coupling in Vorbis? 2. If I''ll be interested in participation in its development, what is the recommended reading? -------------- next part -------------- An HTML
2003 Apr 24
2
R-1.7.0 build feedback: NetBSD 1.6 (PR#2837)
R-1.7.0 built on NetBSD 1.6, but the validation test suite failed: Machinetype: Intel Pentium III (600 MHz); NetBSD 1.6 (GENERIC) Remote gcc version: gcc (GCC) 3.2.2 Remote g++ version: g++ (GCC) 3.2.2 Configure environment: CC=gcc CXX=g++ LDFLAGS=-Wl,-rpath,/usr/local/lib make[5]: Entering directory `/local/build/R-1.7.0/src/library' >>> Building/Updating
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
...bgoV z4KdZAz25|MAsLxJ=LYl~NyXl3%2HhH<B0e|JTI2%zP@LQoqaDgcNurA(=WqW%rF~> z=6G#wLL){kovI4NO^8m0##L+d^T)=<c9)^ogi%-G6HXaODIP&S`>vb1VT_7Z8)`$O z{1}5evqY(*Q=K0D_Kd}9BA2@fQ!?S3j?A2!IDy^~`3>z>`#Zw~>`0z^^Mw=#)Nq)0 z&=GR~YGZVBJXwIJDE-0>0BM^qUlreUXIAKVuQG(zd7YqN`_9ueX4x>(%N}wxi)lN5 z;ttq>U7lj6^hOOEL=2i+nhQ>H<!LYqJBIWu>>mrNeM5r^quCvROt!4dlHc#BhsFzi z=J9=hM%AIPD@&-!EB|9d17YNKGl%{i3X|bc<J^#IKE{*s89^re-!F|IF9nn>0m{hD zCYTcKO0C$YN}9-^*9B2NosAWE*^NToti1oWb(;Yxd5t`{0>r928ZD@XU2xX3MY3Su zg7HZ@d<{)75}==2-H~4=z4SX^3gTeRBN6Mq^ThZlsQ3=D6tiEwZnya>@0%S...