Displaying 20 results from an estimated 200 matches similar to: "about SPEEX API"
2003 Dec 11
1
cutree with agnes
Hi,
this is rather a (presumed) bug report than a question because I can solve
my personal statistical problem by working with hclust instead of agnes. 
I have done a complete linkage clustering on a dist object dm with 30
objects with agnes (R 1.8.0 on
RedHat) and I want to obtain the partition that results from a cut at
height=0.4.
I run
> cl1a <- agnes(dm, method="complete")
2003 Dec 11
1
cutree with agnes
Hi,
this is rather a (presumed) bug report than a question because I can solve
my personal statistical problem by working with hclust instead of agnes. 
I have done a complete linkage clustering on a dist object dm with 30
objects with agnes (R 1.8.0 on
RedHat) and I want to obtain the partition that results from a cut at
height=0.4.
I run
> cl1a <- agnes(dm, method="complete")
2005 Mar 11
0
convert_string_allocate: Conversion error: Incomplete multibyte sequence
Hi all,
 
I have installed samba on aix. I am trying to integrate with the ADS using winbind.
I am able to join domain and retrieve the users and groups from the ADS. 
I am not able to login to the server with ADS user id and password.
The winbindd.log has the following error. 
Please let me know what is the solution for this.
 
 
?lib/charcnv.c:convert_string_allocate(567) +
2006 Jan 20
2
How to have a phone ring another extension as soon as off-hook?
I am seeking to implement the following behavor:
When a headset on phone1 is picked up, phone2 rings right away, without any
need to dial numbers on phone1. Is this possible to implement?
ScriptHead
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060120/0892441d/attachment.htm
2009 Sep 02
1
Samsung MFC Printer Software
One of the biggest things lacking in linux is proper scanning support.
The Samsung CLX-3170 is an amazing little printer. It's network based and even comes in a wireless version. It uses up toner more than most but it's overall functionality makes up for it.
With Samsung's "Smarthru 4" software I was hopeful it was possible to install over Wine and have a fully functional
2006 Jan 20
2
TE110P + PRI incoming + outgoing extensions question
I just got a TE110P up on an XO PRI - everything looks good so far.
We've been given a block of 23 numbers for the PRI. If I explictly set the
incoming extension in extensions.conf like:
exten => 1153,1,Answer
or:
exten => _XXXX,1,Answer
I can get the incoming call. If I try and do:
exten => s,1,Answer
I'll see something like this:
  -- Extension '1153' in context
2006 Dec 22
2
UPDATE - Analog Phones with FSK/Stutter MWI
After purchasing the Uniden TRU9480 and then the Panansonic 5672, both of
which do not have "phone company" compatible FSK/stutter MWI, I finally
got smart and found out just which Panasonic phones have this feature.
Only the following 5.8G models in their current line have FXO compatible
MWI. I purchased the 5771 unit and one remote. I have confimed it does in
fact work with Asterisk
2017 Nov 03
1
[PATCH] Check for _WIN32 instead of WIN32 in preprocessor checks
_WIN32 is always defined by the compiler automatically when targeting
that platform, while WIN32 only is defined automatically in some
configurations, and e.g. in MSVC only ever is defined in project files
(if at all).
Some other checks in the codebase already check for both WIN32 and
_WIN32; those are left untouched.
---
 include/speex/speex.h  | 2 +-
 libspeex/stack_alloc.h | 2 +-
2007 Feb 09
1
speex in C# please help
hello guys this is my code for the C# wrapper.
=================================
using System;
using System.Runtime.InteropServices;
using System.IO;
namespace Speex
{
///<summary>
///the following class is the win32 SPEEX API that retrieve
///methods and structures from the libspeex file
///</summary>
public unsafe class Speex_win32
{
#region Speex Constants
//global speex
2008 Nov 13
2
decoded sample is completely differen from original one
Hi all,
I have just started playing with speex, and come up with the following code, which just encode a frame of 160 shorts, and the decode it.
For some reason the decoded sample is completely different than the original one. is my code wrong? If so what? Or is it a reasonable which depends of values that weren't correctly set?
Thanks,
Andre
#include <stdio.h>
#include
2011 Nov 16
2
Just getting noise
I'm completely new to speex and I'm having issues adding it to my
application. I can pass raw PCM and that works fine so I know my
transmission code is fine however when I try to encode/decode using
speex I get noise almost like a whining/buzzing sound. I'm sure it's
and issue in my code but I'm not sure where to start looking other
then my gut tells me I'm not sizing or
2007 Feb 13
1
Re: Speex-dev Digest, Vol 33, Issue 10
Hi All,
I am trying to cross compile speex-1.1.12 to powerpc-405,
i get a error after the make,   speexec.lo error,
please help me how to get rid of this error.
On 2/9/07, speex-dev-request@xiph.org <speex-dev-request@xiph.org> wrote:
> Send Speex-dev mailing list submissions to
>         speex-dev@xiph.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>   
2007 Jul 20
0
Simultaneous logit/probit models
Dear R Users,
 
I'm currently working on simultaneous multinomial models and wonder whether R has any package that can estimate such models. 
 
I've got a survey dataset that contains 2,000 individuals and one of the survey questions asked the respondents to chose two main reasons to work out of eight options (e.g., pay, pepople, to use abilities, etc.) . Now I'd like to model the
2006 Dec 29
0
using speex in C#
Hi SAITAMA Taro,
I have been using speex-1.2beta1 dll in our voice application written with
C#. In order to use Speex correctly firstly I advice to you examination
speexenc and speexdec projects.
I have used unsafe code and fixed statements in C#. I have added following
method to library and I used that instead of speex_encoder_init simply.
void *speex_encoder_init_new(int modeID)
{
	const
2010 Jul 20
2
[SPAM] [BombData][alltestmode] Re: Speex Echo Cancellation
As for me - speex_echo_cancellation is a better choise. Try using it in
capture thread instead
of those speex_echo_capture and speex_echo_playback functions.
And please, describe your problem in details. Cause the fact that you
"didn get echo cancellation" 
doesn't mean you are doing smth wrong.
Regards,
Anton A. Shpakovsky
-----Original Message-----
From: speex-dev-bounces at
2011 Nov 16
2
Just getting noise
Alright noted, I changed me code so that the state is created in the
constructor and destroyed in the destructor of the object. However I'm
still getting the same issue although I'm sure that would have bit me
sooner or later.
The new code is as follows.
		virtual Enigma::u8* Encode(Enigma::u8* inputBuffer,size_t inputSize,
size_t& outputSize)
		{
			short *in=(short*)inputBuffer;
		
2004 Nov 03
2
libspeex.dll
hello,
we start to develop an open source project. This project is a VoIp
application 
with the same features like "Teamspeak" (http://www.goteamspeak.com).
Our test application run in peer to peer mode under windows 2000 and above. 
At the moment we are using the gsm codec (13 kbps bandwidth). Later there
will be a port for *unix systems. As aforementioned the project will be
released
2005 Jun 15
1
Problem with win32 libspeex-1.1.9 dynamic dll
Hello,
This is the first time I'm writing to developers mailing lists, so be 
patient with me.
The win32/speex.def -file seems to be missing line:
"speex_lib_get_mode"
This causes that function to not to be exported. I haven't yet tested 
the fix.
-- 
Kind Regards / Yst?v?llisin terveisin,
Tero Keski-Valkama
Software engineer
(+358) 41 5260 920
(+358) 40 7069 762
2006 Dec 28
0
using speex in C#
Hi,
I have read the message below,
http://lists.xiph.org/pipermail/speex-dev/2006-October/004924.html
and try to use P/Invoke to use speex in C#.
This is a part of my code.
	[StructLayout(LayoutKind.Sequential)]
	public struct SpeexBits {
		IntPtr chars;			// "raw" data
		int nbBits;			// Total number of bits stored in the stream
		int charPtr;			// Position of the byte
2007 Apr 11
0
Problem with speex
Hello!
I am downloaded last version of speex library and did compile DLL.
But I am have not good sound : Please see my code (Delphi) and say me  
please WHat I am do not right.
Or please send me correct compiled DLL and example of correct using  
SPEEX_MODEID_WB and SPEEX_MODEID_UWB , denoise, and other effects.
How I can set MONO mode in decode?
My Code:
smpRt:=32000;
n:=10;
   encbits: