search for: mf4

Displaying 20 results from an estimated 33 matches for "mf4".

Did you mean: m4
2019 Feb 21
2
model.matrix.default() silently ignores bad contrasts.arg
...ckage="lme4") > mf1 <- model.matrix(~period, data=cbpp) > mf2 <- model.matrix(~period, contrasts.arg="contr.sum", data=cbpp) > all.equal(mf1,mf2) ## TRUE > mf3 <- model.matrix(~period, contrasts.arg=contr.sum, data=cbpp) > all.equal(mf1,mf3) ## TRUE > mf4 <- model.matrix(~period, contrasts.arg=list(period=contr.sum), > data=cbpp) > isTRUE(all.equal(mf1,mf4)) ## FALSE > > > I've attached a potential patch for this, which is IMO the mildest > possible case (if contrasts.arg is non-NULL and not a list, it produces > a wa...
2012 Feb 01
2
Meet the new maintainer
...012 14:00, Ralph Giles <giles at thaumas.net> wrote: > I added a job to our jenkins continuous integration thing. Right now > it doesn't test any more than you're proposing to do, but the results > are public, which can be helpful. Er, which results are available at https://mf4.xiph.org/jenkins/job/flac/ Currently the build is failing on 'make distcheck' -r
2012 Apr 04
2
Jenkins builds are failing
Ralph, Can you please check out whats happening here? See: https://mf4.xiph.org/jenkins/job/flac/31/console I've run the tests here without a problem. Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
2019 Feb 22
2
model.matrix.default() silently ignores bad contrasts.arg
...=cbpp) >> > mf2 <- model.matrix(~period, contrasts.arg="contr.sum", data=cbpp) >> > all.equal(mf1,mf2) ## TRUE >> > mf3 <- model.matrix(~period, contrasts.arg=contr.sum, data=cbpp) >> > all.equal(mf1,mf3) ## TRUE >> > mf4 <- model.matrix(~period, contrasts.arg=list(period=contr.sum), >> > data=cbpp) >> > isTRUE(all.equal(mf1,mf4)) ## FALSE >> > >> > >> > I've attached a potential patch for this, which is IMO the mildest >> > possi...
2019 Feb 23
1
model.matrix.default() silently ignores bad contrasts.arg
...>> model.matrix(~period, contrasts.arg="contr.sum", >> data=cbpp) >> > all.equal(mf1,mf2) ## TRUE >> > mf3 <- >> model.matrix(~period, contrasts.arg=contr.sum, data=cbpp) >> >> > all.equal(mf1,mf3) ## TRUE >> > mf4 <- >> model.matrix(~period, >> contrasts.arg=list(period=contr.sum), >> > data=cbpp) >> >> > isTRUE(all.equal(mf1,mf4)) ## FALSE >> >> > >> >> > >> >> > I've attached a potential patch fo...
2012 Apr 06
1
[PATCH] Fix make distcheck
Otherwise will fail like: https://mf4.xiph.org/jenkins/job/flac/lastUnsuccessfulBuild/console --- src/libFLAC/include/private/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libFLAC/include/private/Makefile.am b/src/libFLAC/include/private/Makefile.am index 62d8a18..2e33dc7 100644 --- a/src/libFLAC/include/priva...
2019 Feb 21
0
model.matrix.default() silently ignores bad contrasts.arg
...rasts argument. data(cbpp, package="lme4") mf1 <- model.matrix(~period, data=cbpp) mf2 <- model.matrix(~period, contrasts.arg="contr.sum", data=cbpp) all.equal(mf1,mf2) ## TRUE mf3 <- model.matrix(~period, contrasts.arg=contr.sum, data=cbpp) all.equal(mf1,mf3) ## TRUE mf4 <- model.matrix(~period, contrasts.arg=list(period=contr.sum), data=cbpp) isTRUE(all.equal(mf1,mf4)) ## FALSE I've attached a potential patch for this, which is IMO the mildest possible case (if contrasts.arg is non-NULL and not a list, it produces a warning). I haven't been able t...
2013 Nov 15
2
opusenc -- no track number metadata?
The docs for opusenc at https://mf4.xiph.org/jenkins/view/opus/job/opus-tools/ws/man/opusenc.html don't mention any way to specify the track number metadata. Is there an undocumented way to do this, or this feature not available? Or is the "track number" meant to be a "comment" ? More people at Magnatune...
2014 Feb 13
2
[user] coverart and other tags
On Wed, 2014-02-12 at 10:21 -0800, Timothy B. Terriberry wrote: > Alice Wonder wrote: > > I found a solution. If I add the metadata_block_picture to the flac file > > I use as input, opusenc copies it over and at least in totem (linux > > movie player) it displays when playing the Opus file. > > You can also add it to the Opus file directly with the --picture >
2019 Feb 21
0
model.matrix.default() silently ignores bad contrasts.arg
...gt; mf1 <- model.matrix(~period, data=cbpp) > > mf2 <- model.matrix(~period, contrasts.arg="contr.sum", data=cbpp) > > all.equal(mf1,mf2) ## TRUE > > mf3 <- model.matrix(~period, contrasts.arg=contr.sum, data=cbpp) > > all.equal(mf1,mf3) ## TRUE > > mf4 <- model.matrix(~period, contrasts.arg=list(period=contr.sum), > > data=cbpp) > > isTRUE(all.equal(mf1,mf4)) ## FALSE > > > > > > I've attached a potential patch for this, which is IMO the mildest > > possible case (if contrasts.arg is non-NULL and not a...
2016 Nov 08
2
Help with Opus Streaming
...* libvorbisfile has a nice implementation of that, it also takes > care of matching the signal at the very point of the jump. I would recommend the opusfile library, which implements seeking specifically for Opus streams. https://archive.mozilla.org/pub/opus/opusfile-0.8.zip https://mf4.xiph.org/jenkins/view/opus/job/opusfile-unix/ws/doc/html/group__stream__seeking.html -r -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: OpenPGP digital signature URL: <http://lists.xiph.or...
2014 Oct 06
1
runtime reconfiguration of opusenc
Hello All, This is my first appearance to the opus mailing list. My name is Michael Mehari and i am a researcher at Ghent University mainly on cognitive radio networking. Recently i am working on a demo scenario on self adjustable wireless audio conferencing and i selected opus for the audio encoding and decoding part. specifically the applications (i.e opusenc and opusdec) from opus-tools
2019 Feb 22
0
model.matrix.default() silently ignores bad contrasts.arg
...> mf2 <- model.matrix(~period, contrasts.arg="contr.sum", data=cbpp) > >> > all.equal(mf1,mf2) ## TRUE > >> > mf3 <- model.matrix(~period, contrasts.arg=contr.sum, data=cbpp) > >> > all.equal(mf1,mf3) ## TRUE > >> > mf4 <- model.matrix(~period, contrasts.arg=list(period=contr.sum), > >> > data=cbpp) > >> > isTRUE(all.equal(mf1,mf4)) ## FALSE > >> > > >> > > >> > I've attached a potential patch for this, which is IMO the mildes...
2015 Nov 16
2
Stereo voice not being retained
Hello, I've been using Opus on an STM32 M4 platform for speech coding in mono mode. I thought I'd try stereo for grins to see if I can handle the CPU load, and I'm getting a return code of -1 from opus_decode_float (using CBR and 40ms frames). I decided to try the opusenc and opusdec tools to just see how the command line apps would behave. I am getting decoded audio, but I am
2012 Feb 04
4
Meet the new maintainer
On 4 February 2012 02:49, Erik de Castro Lopo <mle+la at mega-nerd.com> wrote: > What platform does this build on? Is it more than one? Right now it's just running on Linux x86_64. Note that you can look at the build output to see what's failing. E.g. https://mf4.xiph.org/jenkins/job/flac/11/console It's still stuck on the out-of-tree issues with 'make distcheck'. -r
2012 Apr 04
0
Jenkins builds are failing
On 4 April 2012 04:54, Erik de Castro Lopo <mle+la at mega-nerd.com> wrote: > Can you please check out whats happening here? See: > > ? ?https://mf4.xiph.org/jenkins/job/flac/31/console There were some permission problems in the jenkins working tree; probably my fault. I cleaned up a bit and build #34 passed. -r
2016 Nov 14
0
Help with Opus Streaming
...lementation of that, it also takes > > care of matching the signal at the very point of the jump. > > I would recommend the opusfile library, which implements seeking > specifically for Opus streams. > > https://archive.mozilla.org/pub/opus/opusfile-0.8.zip > https://mf4.xiph.org/jenkins/view/opus/job/opusfile-unix/ > ws/doc/html/group__stream__seeking.html > > -r > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/ogg-dev/attachments/20161114/d00296d4/attachment.html>
2018 Nov 03
0
Decode ogg file while downloading: what are the good practices?
...ch accounts for your use case. You said you control both the server and the player. Have you considered using the newer Opus codec? It performs better, especially in constrained network environments, and the opusfile library implements seeking directly over http for network resources. https://mf4.xiph.org/jenkins/view/opus/job/opusfile-unix/ws/doc/html/index.html HTH, -r
2012 Sep 23
1
libopusfile
...-related functions corresponding to the ones traditionally found in libvorbis (header parsing and manipulation, etc.). There are no current releases (or even autotools build support). There is, however, code in git: http://git.xiph.org/?p=opusfile.git;a=summary Also, API documentation: https://mf4.xiph.org/jenkins/job/opusfile/ws/doc/html/index.html Although this code was heavily based on libvorbisfile, it should still be treated as new code and is likely full of bugs. Please try it out and let me know what explodes.
2013 Feb 11
1
Opus File Format
Hi All, I'm wondering about saving audio to a file. With MP3 & WMA there's support for tags - is there a file format for Opus with tag support? I guess I've missed something somewhere. Opus is excellent BTW, I use it in client/server radio communications software, http://v2.sdr-radio.com/ . Simon G4ELI/HB9DRV http://dit-dit-dit.com -------------- next part