similar to: Commits in progress

Displaying 20 results from an estimated 10000 matches similar to: "Commits in progress"

2000 Aug 19
3
New LSP code committed
So, it turns out (and another implementation actually explicitly mentions it) that LSP->LPC computation using the FIR algorithm is very sensitive to noise (iterative algorithm) and really really requires doubles [we're not kidding]. This was complicating things for folks pursuing fixed point implementations, and also was a potential source for bugs if FP optimizations got out of hand. This
2015 Mar 13
0
RequireSecuritySignature=1 and public share with guest not working
check the output of : echo "\n" | testparm -vv | grep signing and echo "\n" | testparm -vv | grep protocol for my the default is : client max protocol = NT1 but i dont use signing. but i "think" you need to set the client signing = manadatory and client max protocol = SMB2 ( from man smb.conf ) but if anyone know this better on the list, please
2000 Dec 19
0
what script or command makes the codebooks? (fwd)
---------- Forwarded message ---------- Date: Mon, 18 Dec 2000 15:50:05 -0500 (EST) From: Erik Kruus <kruus@on2.com> Reply-To: vorbis-dev@xiph.org To: vorbis-dev@xiph.org Subject: Re: [vorbis-dev] what script or command makes the codebooks? I've been through the entire vq table process during the last week. Some folks have already suffered through listening to .ogg files encoded with a
2015 Mar 16
0
RequireSecuritySignature=1 and public share with guest not working
On 16/03/15 07:56, Olszewski, Raphael wrote: > Hi Louis > > Thank you! > As i wrote in my first post, i tried even with these settings: > client max protocol = SMB3 > client min protocol = SMB2 > client signing = required > server signing = required > But it was not working - as soon I use RequireSecuritySignature=1 on the client. >
2008 May 28
2
Open file error....samba 3.0.28a
When I try to open a specific file from a samba share (LSP), the application (on WINXP) says that it could not open the file. The errors pasted below (from the smb client) show something different from anything I've seen before. Usually these kinds of problems are straight forward. In other words, usually this is a permission issue. In this case, it is not. I am trying to open a file
2013 Apr 24
0
[LLVMdev] Questions about attaching DWARF source code debugging information to generated LLVM-IR.
One other thing that may or may not illuminate the situation. When I run under gdb (on OS X 10.8.3 this is an ancient version of gdb 6.3.5 - but it works with clang compiled C++ code) I get the following error when I try to list a line in dwarf1.lsp: Dwarf Error: Cannot handle DW_FORM_<unknown> in DWARF reader [in module /Users/meister/Development/cando/src/tests/core/dwarf1.bundle] (gdb)
1999 Aug 15
1
Vorbis transform description
OK, into the nitty-gritty, albeit a high-level version. If it sounds like I'm glossing important details, you're right. This discusses only the basic DSP; precise coding, framing, sync, etc, will be in another mail. Vorbis is a hybrid transform domain general purpose audio encoder, like MPEG in some respects (it is rooted in much of the same basic theory). For the most part, the
2008 Apr 16
0
Applciation cannot open a file
I'm running 3.0.28a on RHEL 4 U4. The problem I see is tied between an application running on winxp (Altiris Image Browser) and the samba server. The application says it is unable to open specific files. I've tried some things to resolve this. I set force user = root for the share in question. This should have fixed it, but it did not. I set chmod to o+rwx per file. I do not see this
2015 Mar 16
2
RequireSecuritySignature=1 and public share with guest not working
Hi Louis Thank you! As i wrote in my first post, i tried even with these settings: client max protocol = SMB3 client min protocol = SMB2 client signing = required server signing = required But it was not working - as soon I use RequireSecuritySignature=1 on the client. It seems for that the client is stopping communication since the Win7-client expects something
2000 Oct 19
1
casting/rounding ASM committed to beta3 branch
Jack, I got the asm we were working last night committed ont he beta 3 branch. It's in use in both vorbisfile:ov_read() and the lsp lookup (when using float lookups) I'd like to have a patch of the other things you did in the past day or so, even if you don't want to commit yet. Monty --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage:
2015 Mar 16
0
RequireSecuritySignature=1 and public share with guest not working
On 16/03/15 12:14, Olszewski, Raphael wrote: > > Hi Rowland > The client is stopping communication, not the server. With error 1240. > And since it is working with the client setting > RequireSecuritySignature=0 without any problem, ' hosts allow' cannot > be either the problem nor the solution. > > So ? setting RequireSecuritySignature=1 at the client needs a
2015 Mar 13
3
RequireSecuritySignature=1 and public share with guest not working
strange i did not change anything in my windows 7 64bit. This is my full setup pretty basic. Ubuntu 14.04.2 LTS, Trusty Tahr, with sernet samba 4.1.17-9 I do have 1 user for samba. pdbedit -L xbmc:5000:MediaUser [global] workgroup = PRIVE server string = %h server dns proxy = yes ; name resolve order = lmhosts host wins bcast #### Networking #### # interfaces = 127.0.0.0/8 eth0
2004 Aug 06
0
Sphinx work-in-progress sourcecode
Since two people have asked me to open the source code on my work-in-progress Integer Speex project, I have put it up onto my site www.openacm.org as a download in the project tree. the suggested directory structure is as follows, i.e. the speex source folder should be on the same directory level as the sphinx filder. peex-1.0.1 (ideally the folder from within the SpeexACM source archive)
2004 Sep 09
2
Rd syntax error detected in CRAN daily checks
Please forgive me if you already received this. I had an e-mail sending glitch this morning. http://cran.r-project.org/src/contrib/checkSummary.html reported an error in Design.trans.Rd * checking Rd files ... ERROR Rd files with syntax errors: /var/mnt/hda3/R.check/r-devel/PKGS/Design/man/Design.trans.Rd: unterminated section 'alias' The .Rd file is attached. It begins
2002 Jun 25
2
FLOAT_LOOKUP version of lsp_to_curve
It seems to me that in this version of the function using float p=.7071067812f; float q=.7071067812f; will just leads after applying all the products and squaring to p and q having a common factor 0.5 which can be extracted from the formulaes. So I propose to replace: float p=.7071067812f; float q=.7071067812f; float w=vorbis_coslook(wdel*k); float *ftmp=lsp; int
2000 Aug 29
1
Why LSP?
(Disclaimer: this is not an LPC vs. LSP question) After looking at the Vorbis code I was wondering why you were using LSP to quantize the spectral envelope instead of simply quantizing the cepstrum (DCT(log(envelope))) or modified cepstrum (DCT(envelope.^alpha)). To me it seems like when the information is already in the frequency domain, there's no need to go back to LPC. Also, I think a DCT
2015 Mar 16
2
RequireSecuritySignature=1 and public share with guest not working
Hi Rowland sorry for not being clear. In my first post I already wrote: Now I have to tight security with setting those flags in the windows client: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanWorkstation\Parameters] EnablePlainTextPassword=0 EnableSecuritySignature=1 RequireSecuritySignature=1 . . . when I change registry to RequireSecuritySignature=0, everything works like
2012 May 26
2
avoid error within for loop, try, trycatch, while, move to next iteration, unlist
Hi there, I would like to ask something about how to avoid a possible error message within a for loop. I am running a simulation and in some repetitions there may be an error that will cause a crash and stop the whole procedure, what I want is to simply move on to the next iteration automatically and discard the "bad" repetitions from my results. I used the "try" function to
2018 Aug 22
0
APC Back-UPS CS 650 offdelay and startdelay
On Aug 21, 2018, at 1:37 PM, Karol Olszewski <karol.olszewski at ipflow.pl> wrote: > > I'm send debug file /lib/nut/usbhid-ups -a apc -DDD in attachement. > I tested two different ones APC BackUPS CS 650 and on both problem occurred. > I borrowed PowerWalker (driver blazer_usb), and all function + offdelay, > ondelay works perfectly. unfortunately, it looks like there
2018 Aug 23
0
APC Back-UPS CS 650 offdelay and startdelay
On Aug 22, 2018, at 1:20 PM, Karol Olszewski <karol.olszewski at ipflow.pl> wrote: > > W dniu 22.08.2018 o 14:41, Charles Lepple pisze: >> /lib/nut/usbhid-ups -a apc -DDD -k > Please see attachement. 1.872180 Report[buf]: (2 bytes) => 40 00 1.872196 Path: UPS.Output.APCDelayBeforeReboot, Type: Feature, ReportID: 0x40, Offset: 0, Size: 8, Value: 0 [...] 1.872439