similar to: Opus (or Silk) and E-Model

Displaying 20 results from an estimated 1000 matches similar to: "Opus (or Silk) and E-Model"

2006 Mar 25
0
Access Violation running an application calling Borland libraries vcljpg60.bpl & vcl60.bpl
Access Violation running an application calling Borland libraries vcljpg60.bpl, vcl60.bpl. I am using Wine 0.9.10 and Mandriva LE2005. Although I can run several windows application successfully, I have never been able to run one - Heredis8 - that seems to be using Borland libraries (vcljpg60.bpl, vcl60.bpl, and others). The output from running "winedbg Heredis8.exe" is below. There
2005 Mar 10
1
Application crash - a problem about Delphi's BPLs
Hello I've tried to run Delphi's application which uses it's own BPL- libraries. Wine said: err:module:import_dll Library odacvcl70.bpl (which is needed by L"C:\ \Program Files\\UBC.new\\Adwiser2Main.bpl") not found err:module:import_dll Library odacvcl70.bpl (which is needed by L"C:\ \Program Files\\UBC.new\\Oracle.bpl") not found err:module:import_dll Library
2010 Feb 11
0
squid, ntlm_auth, winbind problem
Hi all, please cc me, i'm not on the list. Second: All google findable information about problems setting up ntlm_auth for squid with winbind are read and checked more than three times. After breaking a running setup under debian squeeze, i go back to debian lenny to circumvent the actual MIT kerberos problem[1]. [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566977#57 Now i
2011 Jun 15
0
[LLVMdev] Custom allocation orders
The target description .td files are allowed to change the default allocation order on a register class by overriding the allocation_order_begin() and allocation_order_end() methods on TargetRegisterClass. Previously, this was used all the time to filter out stack and frame pointers and other reserved registers. I was able to remove most of these custom allocation orders in the tree because the
2007 May 25
0
2 Servers different gid?
Hi All, I have 2 servers both running a compiled version of samba and winbind. They use my Windows Active Directory for user authentication via kerberoes. All that works fine and I can see and authenticate as any user. Every user on both machines have the same uid, the problem is the groups from the windows domain have different gid?s on each of the servers. I am using nfs to export the
1999 Nov 10
0
Re: undocumented bugs - nfsd
On Tue, Nov 09, 1999 at 11:39:39AM +0100, Mariusz Marcinkiewicz wrote: > After reading lcamtuf's posts I decided write this one. Few months ago one > of my friends - digit - found bug in linux nfsd daemon. I made example > sploit about IV 1999. Now in distributions is new nfsd and nowhere was > information about security weaknes of old version! Well, one gets used to people
2013 Jan 09
0
PESQ calculated MoS-Values for Speex
OK. Different mailing lists are set up differently. This list is unusual because your answers only go to the person who replied to you. So if you want the other people on the listserv to see your answer, you should make sure that Speex-dev at xiph.org<mailto:Speex-dev at xiph.org> is added to the TO: field of your outgoing message. Hopefully someone else will also attempt to answer your
2007 Nov 25
1
Testing Help
Jean-Marc Valin wrote: >> What commercial VOIP test products can I turn to in order to objectively >> evaluate your CODEC; in order to analyze audio streams for MOS scores and >> performance parameters? >> > > The MOS evaluation is subjective, not objective and actually involves > getting (many) real people to listen to the audio, not just buying a >
2007 Oct 05
1
Driver for C-MOS UPS
Hi, I've upgraded the driver provided by the manufacturer of the C-MOS [1] UPS, which is an argentinian company. The file I'm attaching works with nut 2.0.4, I have one C-MOS UPS and I've succesfully tested it. It would be nice to have it included in the nut codebase. [1]: http://www.c-mos.com.ar/ -- Regards, Maxy -------------- next part -------------- A non-text attachment was
2017 Jun 05
2
[newbie] trouble with global variables and CreateLoad/Store in JIT
Since the getelementptrs were implicitly generated by the CreateStore/Load I'm not sure how to get access to them. So I hacked the assignment to be done thrice: once using a manual decomposition into two GEPs and stores, once using the "big" CreateStore, once via the setGlobal function, printing addresses and memory contents at each point to the degree that I have access to them.
2013 Jan 09
3
PESQ calculated MoS-Values for Speex
Hello, I just signed up to this mailing-list (note: my first mailing list at all), because I'm having some problems related to speex. Let me just introduce you to what I'm doing. I am writing a short (really short) paper about VoIP techniques, especially audio codecs for speech. I pointed out basic technologies behind audio codecs; vector quantization, lpc, long-term prediction and some
2007 Jul 23
12
GRUB, zfs-root + Xen: Error 16: Inconsistent filesystem structure
Hi Lin, In addition to bug 6541114... Bug ID 6541114 Synopsis GRUB/ZFS fails to load files from a default compressed (lzjb) root ... I found yet another way to get the "Error 16: Inconsistent filesystem structure" from GRUB. This time when trying to boot a Xen Dom0 from a zfs bootfs Synopsis: grub/zfs-root: cannot boot xen from a zfs root
2011 Aug 04
4
Delph7 ENT DeveloperExpress Components on wine
Hi all, i've installed Delphi7ENT and DevExpr_v45 components on wine. When i launch delphi i get this error: Can't load package C:\Programmi\DevExpress\Library\Delphi7 \dclcxPivotGridD7.bpl. I get this for each .bpl in C:\Programmi\DevExpress\Library\Delphi7\ It seems like delphi can't find them, but every file is present, readable and executable. Any ideas? Delphi 7 Enterprise
2010 Oct 24
1
Optimize parameters of ODE Problem which is solved numeric
Hi, I have a data-matrix: > PID sato hrs fim health 214 3 4.376430 6.582958 5 193 6 4.361825 3.138525 6 8441 6 4.205771 3.835886 7 7525 6 4.284489 3.245139 6 6806 7 4.168926 2.821833 7 5682 7 1.788707 1.212653 7 5225 6 1.651463 1.436980 7 4845 6 1.692710 1.267359 4 4552 5 1.686448 1.220539 6
2009 Apr 01
2
Extract a MOS value from Asterisk CDR
Hello all, I'm tring to retrieve a formula to calculate a MOS value from Asterisk RTCP stats... Have you got any idea how to do it? Thanks I'm reading all G.107 ITU docs to retrieve something... I'm saving the SIP RTCP stats with: [macro-hangupcall] exten => s,1,Set(CDR(userfield)=${CHANNEL(rtpqos|audio|all)}) exten => s,n,ResetCDR(vw) exten => s,n,NoCDR() So I retrieve
2013 Jul 09
0
Fwd: AQuA Meter – waveform analysis to get continous MOS scores for your network
Hi, Although this is a repost from Asterisk biz, we would like to ask if somebody may help us to develop a native Asterisk module using AQuA technology for voice quality monitoring using the same web service AQuA Meter is using. Thanks, Sevana Finland/Estonia ---------- Forwarded message ---------- From: Sevana Oy <sales at sevana.fi> Date: Mon, Jun 17, 2013 at 7:30 PM Subject: AQuA Meter
2017 Jun 06
2
[newbie] trouble with global variables and CreateLoad/Store in JIT
On Mon, Jun 5, 2017 at 1:34 PM, Nikodemus Siivola < nikodemus at random-state.net> wrote: > Uh. Turns out that if I hide the pointer to @foo from LLVM by passing it > through an opaque identity function ... then everything works fine. > > Is this a bug in LLVM or is there some magic involving globals I'm > misunderstanding? > This looks like a bug in the handling of
2005 May 11
1
Unable to join W2K pro to samba domain
I am trying to setup a a samba machine as a PDC. There are no windows domains on the network. I just want to startup as a samba PDC so users can login change there passwords access shares and printers. I am running on redhat es 4 with samba version 3.0.10.-1.4E It appears to be working but I can't seem to join a computer to the domain. I am joining a windows 2000 pro machine. I am getting the
2014 Jul 21
2
[LLVMdev] LTO type uniquing: ODR assertion failure
On Mon, Jul 21, 2014 at 3:35 PM, Manman Ren <manman.ren at gmail.com> wrote: > > > > On Mon, Jul 21, 2014 at 1:14 PM, David Blaikie <dblaikie at gmail.com> wrote: >> >> On Mon, Jul 21, 2014 at 10:39 AM, Manman Ren <manman.ren at gmail.com> wrote: >> > >> > >> > >> > On Mon, Jul 14, 2014 at 11:32 AM, Manman Ren
2010 May 26
1
AQuA Powered Voice Quality Monitoring Solution
Overview Asterisk-powered dialer software Web Interface UNIX/Linux Cron-based Schedule Logic Open-Source Code Graphing Monitoring Stats MySQL Database for Call Records Current Features Dial by SIP or PSTN - Asterisk base capable of dialing via any medium Blast-Dialing - send multiple calls to 1 trunk for specified duration - No QoS/MOS scoring performed, designed for load testing