similar to: No subject

Displaying 20 results from an estimated 300 matches similar to: "No subject"

2009 Jun 04
0
libogg++ release 1.1.0
Hi Elaine, I flipped through some of the code but wasn't really about to determine this: Do you also support Skeleton in libogg++ ? If you are creating multitrack Ogg files, they should contain a skeleton track to identify the different contained tracks. http://wiki.xiph.org/OggSkeleton And if the files aren't audio or video files, you should then use the extension .ogx
2009 Jun 04
3
libogg++ release 1.1.0
Hi everybody, I posted here about two years ago about the initial release. This is a release that fixes many bugs, and has enhancements that make it possible to support a multi-stream format, ALingA, which I will mention briefly later. It also supports a PCM format, Neuro, both as part of the multi-stream codec, and stand-alone. libogg++ is a C++ library implementing Ogg. It is designed to be
2009 Jun 05
2
libogg++ release 1.1.0
(Sorry, Sylvia, about the duplicate, hit the wrong reply button.) On Fri, 2009-06-05 at 08:07 +1000, Silvia Pfeiffer wrote: > Hi Elaine, > > I flipped through some of the code but wasn't really about to > determine this: Do you also support Skeleton in libogg++ ? Hi, Silvia. I studied your multi-track work when I was working on ALingA. It was a valuable guide. No, libogg++ tries
2009 Jun 09
0
libogg++ release 1.1.0
On Tue, Jun 9, 2009 at 9:23 AM, ter<et at ihear.com> wrote: > On Tue, 2009-06-09 at 00:12 +1000, Silvia Pfeiffer wrote: >> On Sat, Jun 6, 2009 at 6:23 AM, ter<et at ihear.com> wrote: >> >> If you are creating multitrack Ogg files, they should contain a >> >> skeleton track to identify the different contained tracks. >> >>
2009 Jun 08
2
libogg++ release 1.1.0
On Tue, 2009-06-09 at 00:12 +1000, Silvia Pfeiffer wrote: > On Sat, Jun 6, 2009 at 6:23 AM, ter<et at ihear.com> wrote: > >> If you are creating multitrack Ogg files, they should contain a > >> skeleton track to identify the different contained tracks. > >> http://wiki.xiph.org/OggSkeleton > > ALingA is a multitrack format > >
2009 Jun 08
0
libogg++ release 1.1.0
On Sat, Jun 6, 2009 at 6:23 AM, ter<et at ihear.com> wrote: > (Sorry, Sylvia, about the duplicate, hit the wrong reply button.) > On Fri, 2009-06-05 at 08:07 +1000, Silvia Pfeiffer wrote: >> Hi Elaine, >> >> I flipped through some of the code but wasn't really about to >> determine this: Do you also support Skeleton in libogg++ ? > Hi, Silvia. I studied
2009 Jun 09
3
libogg++ release 1.1.0
On Wed, 2009-06-10 at 00:00 +1000, Silvia Pfeiffer wrote: > > My applications are in speech processing. I have been using the .ala > > extension (has sort of a ring to it). There is a small database in the > > FreeCLAS project that has been dispensing .alas to the public. But not > > to worry, it has not attained social networking status. I am about to > > update it
2007 Jan 17
2
libogg++ seeking w/o metric
Hi all, I started out looking for a multi-stream format, which led naturally to Ogg. I have been studying your web sites and code, and subscribed to this list. Eventually we would like to have a multi-stream codec which would have a discontinuous text component. In the meantime, I am working on running the transport/en- de-capsulation on a separate thread, and possibly with each codec on a
2007 May 02
0
libogg++ release 0.1.1
Hi Conrad, Just a word of thanks to you and other authors at xiph for your work. libogg++ is not meant to duplicate functionality that libogg and liboggz already provide. Rather, it offers a different partitioning of logical from transport, and is oriented to threaded execution. On Wed, 2007-05-02 at 20:42 +0900, Conrad Parker wrote: > Just to make sure we're not using the same word to
2007 May 02
2
libogg++ release 0.1.1
On 02/05/07, Elaine YueLien <et@ihear.com> wrote: > Hi, > > Several months ago, I asked a question about seeking without a metric. > You can find one answer in this beta release, demonstrated in the > example program multiThreadSeek. There is also an example demuxer, and a > rewriter. Hi Elaine, congratulations :-) that's a nicely designed API you've got there.
2023 May 09
5
[Bridge] [RFC PATCH net-next 0/5] Add layer 2 miss indication and filtering
tl;dr ===== This patchset adds a single bit to the skb to indicate that a packet encountered a layer 2 miss in the bridge and extends flower to match on this metadata. This is required for non-DF (Designated Forwarder) filtering in EVPN multi-homing which prevents decapsulated BUM packets from being forwarded multiple times to the same multi-homed host. Background ========== In a typical EVPN
2023 May 18
5
[Bridge] [PATCH net-next 0/5] Add layer 2 miss indication and filtering
tl;dr ===== This patchset adds a single bit to the skb to indicate that a packet encountered a layer 2 miss in the bridge and extends flower to match on this metadata. This is required for non-DF (Designated Forwarder) filtering in EVPN multi-homing which prevents decapsulated BUM packets from being forwarded multiple times to the same multi-homed host. Background ========== In a typical EVPN
2012 Apr 12
0
Multivariate multilevel mixed effects model: interaction
Hello. I am running a multivariate multilevel mixed effects model, and am trying to understand what the interaction term tells me. A very simplified version of the model looks like this: model <- lmer (phq ~ -1 + as.factor(index_phq) * Neuro + ( -1 + as.factor(index_phq)|UserID), data=data) The phq variable is a categorical depression score on 9 depression items (classified by the variable
2023 Jan 12
1
Reg: ggplot error
Hallo I am not familiar with any of packages you use (except of MASS and ggplot2) and the code is too complicated without any hint where the error could come from and what is the message you get. I wonder if anybody would like to go through your whole code. 1. data seems to be read correctly ICUData <- read.csv(file = "ICUData.csv", stringsAsFactors = TRUE) ICUData.neuro <-
2007 Apr 18
0
[Bridge] priority number lower??
In the past when I said: ebtables -A INPUT -p 0x828 -j DROP !!DOES NOT WORK!! ebtables -A INPUT -p 0x800 -j DROP !!WORKS!! Group members told me that: > What you need to do is register your function > on the existing NF_BR_PRE_ROUTING hook, with a priority number lower than > that of the ebtables nat PREROUTING chain (prio=NF_BR_PRI_NAT_SRC). ebt INPUT | | ebt
2006 May 15
0
Dependences issues
Hi, I don''t know if anyone has ever met a similar issue, trying anyway. I''ve added gettext support to Typo during the week-end and done the translation in French. It works like a charm when I start Webrick, but crashes when I use Apache + fastcgi. It doesn''t seem to find gettext. Any idea someone? Regards, Frederic -- Fr?d?ric de Villamil "Quand tu veux
2012 Sep 08
0
reshape and geeglm problem
Dear R users, could you please help me figure out why I am getting an error? Initially my data looks like this: > attributes(compl)$names [1] "UserID" "compl_bin" "Sex.x" "PHQ_base" "PHQ_Surv1" "PHQ_Surv2" "PHQ_Surv3" [8] "PHQ_Surv4" "EFE"
2001 Mar 20
1
Neuro Net Recordings now provides Ogg Vorbis products
For Immediate Press Release Neuro Net Recordings public relations contact: Kenji Rikitake, e-mail only, at kenji@nnr.to Neuro Net Recordings Website Address: www.nnr.to NEURO NET RECORDINGS NOW PROVIDES OGG VORBIS PRODUCTS FREE ONLINE TOYONAKA CITY, OSAKA, JAPAN, March 21, 2001 - Neuro Net Recordings (NNR), an independent electronic music label, has announced that the NNR online products are
2024 Apr 10
7
[Bug 1744] New: Packet corruption occurs when using the nftables vlan pcp set command
https://bugzilla.netfilter.org/show_bug.cgi?id=1744 Bug ID: 1744 Summary: Packet corruption occurs when using the nftables vlan pcp set command Product: nftables Version: 1.0.x Hardware: arm OS: All Status: NEW Severity: major Priority: P5 Component: kernel
1999 Feb 23
5
Permissions problem
I've run into an annoying permission problem with Samba 2.0.2 on FreeBSD 2.2.6. I have a share named siteimages that is set up with "force group = www". User neuro is in group 1000 (user), but not group 1001 (www). The directory for siteimages is 0770, owned by nobody.www. Obviously, neuro does not have access to that directory normally, but forcing the group should give him