similar to: Opus 1.1-rc is out

Displaying 20 results from an estimated 700 matches similar to: "Opus 1.1-rc is out"

2009 Oct 28
2
Visual Studio Project file?
I am working on a project that transports audio in realtime from a linux box to a windows box throuh libcelt. The windows client program is written in C# and C++ and I therefore need the celt library in its most recent version (0.7) to be able to compile in Visual Studio 2008. In order to do this I, as I understand it, need a .vcproj file for the project. Are there any plans on making such a
2013 Oct 12
1
open source project tubePlug uses opus
Hi all, accSone is proud to announce the release of the cross platform internet jam solution tubePlug 2.0 as open source on GitHub under GNU General Public License v3. tubePlug is based on opus 1.0.3. <https://github.com/accSone/tubePlug>https://github.com/accSone/tubePlug We are happy to support if one need help to understand the code or want to discuss new features or projects. The
2013 Dec 04
0
Phase perservation in Opus
Hi list I'm writing some unit tests for a piece of software using the opus library for audio encoding before transfering though RTP. In order to test my RTP implementation I thought I would transfer an encoded 440Hz sinus, and then do a diff of the received/decoded signal. However, my strategy seems to fail completely since the recreated sinus looks nothing like the one in the decoded
2011 Jan 18
2
ggplot2, geom_hline and facet_grid
Hi I have a long data set on which I want to do Bland-Altman style plots for each rhythm type Using ggplot2, when I use geom_hline with facet_grid I get an extra set of empty panels. I can't get it to do it with the "Diamonds" data supplied with the package so here is a (much abbreviated) example: > lvexs cvd_basestudy ecd_rhythm fixed_time variable_time 1 CBP05J02
2013 Nov 27
0
Opus 1.1-rc is out
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 We just discovered some issues with the ARMv5E and Neon optimizations and have released 1.1-rc2 to address those. Other platforms are unaffected. Jean-Marc On 11/26/2013 02:06 AM, Jean-Marc Valin wrote: > We just released Opus 1.1-rc, which should be the last step before > the final 1.1 release. Compared to 1.1-beta, this new release >
2019 Aug 06
4
Monitor UPS Brand SMS
Hi Users NUT, I want monitor a UPS of brand SMS (Sinus Double 8 KVA) using a raspberry-pi. In compatibility list, is listed to use the blazer_ser driver. I use a USB adapter to RS-232 conected in to the No-Breake. Follow the comands e confs. root at rasp:/home/pi# lsusb *Bus 001 Device 004: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port* Bus 001 Device 003: ID 0424:ec00 Standard
2008 Feb 12
1
SMS and Megatec protocol Diffs
On Feb 11, 2008 5:30 PM, Marcio Gomes <mpg at microlink.com.br> wrote: > I change the if in [OFF] detect state to, in original way, if you send a > reset.watchdog, the UPS goes > to OFF state in clients, but it is not correct, because UPS is OL and > Shutdown are in progress, but > the power is not OFF First of all, thanks for the patch. But I have a few comments: Are you
2006 Apr 06
3
Wine and AMD 64 in Suse 9.3
Hi. I have to use a comercial Windows software in my work, called Cosilab. Last two months I was using Debian and wine 0.9.1 and everything went perfect. The Program works fine under wine and I haven't got any problems. Now I've updated my computer to an AMD64 with 2Ghz Processor and I do not know if the problem with wine is caused by the 64 bits processor or why... I try to run the
2012 Apr 07
27
Shorewall 4.5.2 RC 2
RC 2 is ready for testing. Problems corrected: 1) The 4.5.1 Shorewall Lite and Shorewall6 Lite installers install the wrong SysV init script on Debian and derivatives. That has been corrected. 2) The getparams program now reads the installed shorewallrc file rather than ~/.shorewallrc. 3) The ''load'' and ''reload'' now copy the
2012 Apr 07
27
Shorewall 4.5.2 RC 2
RC 2 is ready for testing. Problems corrected: 1) The 4.5.1 Shorewall Lite and Shorewall6 Lite installers install the wrong SysV init script on Debian and derivatives. That has been corrected. 2) The getparams program now reads the installed shorewallrc file rather than ~/.shorewallrc. 3) The ''load'' and ''reload'' now copy the
2014 Oct 08
0
Plans for libopus-1.2 release?
I am developing an arm based application which is soon to be released. I noticed on this list mention of neon instruction optimisations in the git version of libopus (which I will be testing shortly) whose speed improvements I would very much like to benefit from in my application. However I would also very much like to be able to release my application based on an official libopus release,
2012 Mar 19
3
Issue with asin()
Hello everyone, I am working for a few days already on a basic algorithm, very common in applied agronomy, that aims to determine the degree-days necessary for a given individual to reach a given growth stade. The algorithm (and context) is explained here: http://www.oardc.ohio-state.edu/gdd/glossary.htm , and so I implemented my function in R as follows: DD <- function(Tmin, Tmax, Tseuil,
2005 Jan 26
3
DC++ 0.668 - Annoying "tooltips"
Hello there ? There were folks in the recent time running DC++ on wine. I'm also one of them, and I have a small problem, which turns out to be very annoying. The action buttons at the top of the main DC++ window as well as tabs at the bottom tend to show "tooltips" containing information about the last files to be hashed. However, there is an error somewhere that these tooltip
2018 Nov 05
3
Antw: Re: Antw: Re: Possible bug in Opus 1.3
On Mon, Nov 5, 2018 at 11:01 AM Jan Stary <hans at stare.cz> wrote: Attached I send the spectrogram (vic SoX) of the first 20 seconds > for the wav file and the opus file. Indeed, there is extra noise > for the low frequencies, but somewhere around -100 dB. > > Jan > That might be entirely due to SoX treating it as a 16-bit file, which it is not; -100dB is almost
2009 Mar 19
1
Simple Plot with Grid's Viewport
Dear all, I have the following code that try to plot simple sinus curve into 2x2 grid in 1 page. But this code of mine create 4 plots in 1 page each. What's wrong with my approach? __BEGIN__ library(lattice) library(grid) test.plot <- function(x,y) { pushViewport(viewport(layout.pos.col=x, layout.pos.row=y)) pushViewport(viewport(width=0.6, height=0.6)); plot(sin,-pi,2*pi, main=
2010 Mar 03
1
error in R
Hi, I want put some values in the last column of a matrix b. But every time again there comes the same error on the screen... > b <- array(0, c(5,5)) > m<-matrix(runif(20,0,2*pi),5) # the sinus of this kind of values i want put in the last column of b, m is a 5*4 matrix > n<-5 > for(i in 1:n){ + a2<-1 + for(k in 1: n-1){ + a2<-a2*sin(m[i,k]) + } +
2001 Nov 19
1
Command line trash ?
Hi! I'm attempting to start setup.exe from office97 package. The installer starts but then bails out with the dialog Wrong parameters on the command line: " (see the unpaired double quote) and then pops another dialog with its usage, then exits. I'm calling it just with wine setup.exe, no quotes nor other characters there. I was trying to compensate this character by putting one
2002 Jan 01
2
Regression in wine-20011226 ?
Hi! It's a pitty but I have to report that two programs which worked with the previous (November) wine release don't work anymore. The first one is a front panel for the measuring instrument, which worked perfectly after the serial handshake fixes but now (from about Dec 19) it crashes. The second one is a Nokia Logo Manager. It was not too useful for other wine problems but it at
2002 Sep 11
1
An app stopped working after upgrading wine
Hi! I have a problem with current wine (from CVS). An application, Dynatext DOC browser from EBT, stopped working. It just opens a dialog box saying that the DYNATEXT.INI file was not found and that it has to be either in the windows directory or in the Dynatext directory. I verified it and it really is in the Dynatext directory, as it used to always be, it's readable and its contents is OK.
2007 Sep 06
3
WINE
I have downloaded Ububtu abd used Add/Remove to install Wine. I can not get it to work. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20070906/86803328/attachment.htm