similar to: Sendig patches to speex

Displaying 20 results from an estimated 300 matches similar to: "Sendig patches to speex"

2016 Sep 22
1
Sendig patches to speex
Thanks Tristan The patch is attached and applies to speexdsp's master. The warnings came from Wireshark's coverity scans. Dario. On Tue, Sep 20, 2016 at 10:56 PM, Tristan Matthews <tmatth at videolan.org> wrote: > Hi Dario, > > On Wed, Aug 10, 2016 at 6:07 AM, Dario Lombardo <lomato at gmail.com> wrote: > > Hello devels > > I'm a core developer of the
2004 Sep 10
1
Error initializing flac stream decoder.
I changed just the FLAC__EntropyCodingMethod_PartitionedRice struct, but it hasn't changed a thing. I'm still getting the same behaviour. typedef struct { unsigned order; unsigned parameters[1 << 6]; unsigned raw_bits[1 << 6]; } FLAC__EntropyCodingMethod_PartitionedRice; Any other thoughts? Thanks, Reza Josh Coalson wrote: > --- Reza Naima
2004 Sep 10
2
Error initializing flac stream decoder.
Thanks for that email. The one lihe change I made is this : from #define FLAC__MAX_RICE_PARTITION_ORDER (15u) to #define FLAC__MAX_RICE_PARTITION_ORDER (6u) and that seemed to make decoder_new() happy, but it's promptly crashing after making a call to the read callback (below), then to the meta callback. The meta callback did nothing but print a string and return. I removed it, and
2004 Dec 17
1
Masive Fax Sendig with spandsp
Anybody have expiriance with masive fax sendig with spandsp I have PRI E1, plan to bye Digium E1 card and to send 30 fax's in the same time. Any working solution? P.S. Please, need for Yesterday.
2008 Jul 23
1
AIRC application sendig email .NETV2 fails
Hello my app tries to send an email in the debug i get the following trace:loaddll:load_native_dll Loaded L"C:\\AIRC\\SGP\\AIRCMail.dll" at 0x2450000: native trace:loaddll:load_native_dll Loaded L"C:\\windows\\winsxs\\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd\\MSVCR80.dll" at 0x78130000: native trace:loaddll:load_native_dll Loaded
2009 Nov 11
4
Bad quality of call
Hi all, I did some call using an asterisk 1.4 PBX and 2 softphone in a private network; call is up, but with bad quality. Someone knows how to debug this problem ? Thanks in advance for any help. -- Giancarlo Lombardo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091111/83d6d4ff/attachment.htm
2009 Oct 27
5
Software for PC-PC voice comunication
I just installed an Asterisknow server can someone suggest a software to be used for a PC - PC voice comunication to test in easy way the functionalities of my server. Thanks in advance for the help -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091027/bb5e7b1a/attachment.htm
2002 Jul 16
1
OK, Samba's OK, now I need swat help.
Ok, I should be able to start swat with xinetd, but I can't seem to get anything to start. 1. How do I tell if swat is running (other than trying to browse to aaa.bbb.ccc.ddd:901) 2. Can someone give me an idea of what and where I need commands for xinetd. Server is RH7.2, Samba 2.2.3a, following file "swat" is in /etc/xinetd.d/ ## /etc/xinetd.d/swat service swat { port
2009 Nov 01
2
Tutorial for SIP user
Dear all, I'm trying to setup a SIP call with XLITE using my asterisk PBX, but I have trouble, I see on XLITE console: Registration Error: 503 - Service unavailable. Someone have a tutorial or a step by step description how to do that ? Thanks in advance -- Giancarlo Lombardo -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Nov 10
1
user extension in asterisk GUI
Hi all, I just configured some user in sip.conf and extensions.conf; they works fine. Now I'm trying to do the same with Extensions feature of FreePBXAdministration, but I cannot see what I have done manualy. Is gui working with other an source, How can I access such data ? Thanks in advance for any suggestion. -- Giancarlo Lombardo -------------- next part -------------- An HTML attachment
2009 Nov 07
6
Location
Where is everyone located? I am in Washington DC. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091106/7c73847d/attachment.htm
2004 Sep 10
2
Error initializing flac stream decoder.
I've cross-compiled flac for the armv4l processor (rio receiver), and i'm trying to start up a decode thread : #include <FLAC/stream_decoder.h> .... FLAC__StreamDecoder *flac = NULL; flac = FLAC__stream_decoder_new(); if (flac == NULL) { printf("[DECODE] Unable to initalize flac object\n");
2014 Apr 15
6
[PATCH 0/3] misc. cleanup
Hello, some misc. cleanup patches for speexdsp, nothing big I'm not sure about how to submit patches, so this is a test balloon :) ultimately, I'd like to fix the FIXED_POINT issue, see http://lists.xiph.org/pipermail/speex-dev/2013-December/008465.html currently, I think the only way to find out how speexdsp has been compiled is to resample some bytes and observe the output; which is
2004 Sep 10
0
Error initializing flac stream decoder.
--- Reza Naima <reza@reza.net> wrote: > I've cross-compiled flac for the armv4l processor (rio receiver), and > > i'm trying to start up a decode thread : > > #include <FLAC/stream_decoder.h> > .... > FLAC__StreamDecoder *flac = NULL; > flac = FLAC__stream_decoder_new(); > if (flac == NULL) { >
2001 Jun 25
1
ServerSide ACLs for -L type port forwarding
I have a need to add some server-side ACL functionality to the way ssh handles port forwarding. For a first pass, I want to be able to restrict -L port forwarding to localhost on the server only and I want to be able to specify the ports on Server. I was wondering if there would be any desire to incorporate said changes back into the main development tree? If so, are there coding guildlines
2009 Nov 08
1
Failure of user registration with XLITE
Dear all, I'm setting up a connection via XLITE softphone and asterisk 1.4 but I get the error: *Registration error: 404 Not found* Here my configuration file of asterisk: *[root at dhcppc0 asterisk]# vi sip.conf [gianca] type=friend username=gianca secret=pwd_gianca host=dynamic context=tutorial* *[giusy] type=friend username=giusy secret=pwd_giusy host=dynamic context=tutorial* *[root at
2009 Nov 09
1
Call declined
Dear all, I'm in basic setup of my network: I try to do a call from a softphone to an other one but I got the error 603 Declined. Below the sip.conf: *[gianca] type=friend username=gianca secret=pwd_gianca host=dynamic context=tutorial* *[giusy] type=friend username=giusy secret=pwd_giusy host=dynamic context=tutorial* extension.conf: *[tutorial] exten => 1234,1,Dial(SIP,gianca)* *exten
2009 Oct 23
1
GUI for asterix management
Dear all, I just installed asterixnow, but no graphical interface start automaticaly neither linux nor some other, just command line. Shall I do something or shall I install something more ? Many Thanks in advance for any help. Giancarlo -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Feb 25
2
Error 64 connecting from WIndows 7
Hi all, I'm running Samba 4.1.6 with Ubuntu 14.04.1 LTS on a Power 8 box. Here is my smb.conf file: [global] client lanman auth = yes client ntlmv2 auth = no lanman auth = yes netbios name = myName map untrusted to domain = yes log level = 3 [myshare] path = /home/myuser/myshare available = yes valid users = myuser read only = no browseable = yes public = yes writable = yes When I try to
2015 Feb 25
2
Error 64 connecting from WIndows 7
Reindl, thank you for you answer. I did that strange configuration, because the default one did not work. I tried what you suggested, but I'm still experiencing the same problem :-( Bye Franco