Displaying 20 results from an estimated 35 matches for "enh".
Did you mean:
end
2015 Sep 24
4
Meet at MTV to discuss TSAN/android/aarch64?
...I think it was
very productive!
I am writing to keep a "minutes" of the meet, as I remember them.
Action Items:
- Jasonk: split up bionic patch to explicitly replace CPP macros with
actual calls, one file at a time.
- Google/Android: pthread_barrier interface in bionic
- *Enh*: 1 paragraph to explain "namespacing" in bionic?? (in case we
need to reconsider macro replacement again?)
Some technical notes/explanations that possibly weren't made clear at the
meeting.
The current compller-rt patch (on phabricator) is already a pretty minimal
set. The onl...
2008 Oct 30
1
Enh-Req: Mark As Read When Delivered
I'm under the impression bug-reports are supposed to go to the list,
so hopefully it's okay if I put in a feature request here too
(assuming it's not already implemented; but it doesn't look like it).
Basically, all I would like to do is be able to sometimes deliver mail
as already mail into mail boxes. Is there some way to do this?
If not, could a flag perhaps be added to
1999 Jun 02
0
Compiling SAMBA on DEC UNIX 4.0 W/OUT ENH SEC?
Hello!
I am wondering if anyone has compiled Samba on DEC UNIX 4.0 withOUT the
OSF1_ENH_SEC stuff? I don't want to use enhanced security, but I can't
seem to get away from it. I didn't see any configure options, so I have
been editing the source files to remove constants like OSF1_ENH_SEC and
HAVE_GETPRPWNAM (among others).
Has anyone had any luck with trying to do this...
2003 Apr 30
2
[ENH] Clarify rsync flavors (PR#2886)
The 1.7.0 (2003-04-16) "R Installation and Adminsistration"
manual mentions various flavors of R available from rsync (section
1.2, p. 1). These are also referred to in various other sources on
and offline (e.g., the FAQ).
The meaning of r-release vs r-patched was not entirely clear to me.
How is the patched version patched? Should it just have bug fixes,
and so likely be more
2007 Nov 02
1
[Patch, enh] Permit host and IP addresses in (Allow|Deny)Groups
Hi,
I ran across a case in which my server maintenance was simplified by
using
SSHD configuration options like this in sshd_config:
AllowGroups admin at 192.168.0.* sshuser
in much the same fashion as (Allow|Deny)Users. In this case, the goal is
to
provide access to administrators only from the local network, while
allowing
SSH users to login from anywhere. This (IMHO) simplifies access
2008 May 06
1
Wine 1.00 the AppDB and State of the Winehq website.
...sonally I would
change this bug to redo the whole rating mechanism."
-----------------------------
Just some food for thought.
Going forward the website needs to be easier to maintain without going thru hoops to remove stale pages, by directing to wiki so it can be
maintained?
See:
12900 enh P2 othe wine-bugs at winehq.org UNCO Update links in "development" section to point to wiki if possible
12901 enh P2 othe wine-bugs at winehq.org UNCO Update links in "about" section to point to wiki if possible
12903 enh P2 othe wine-bugs at winehq.org...
2013 May 09
1
Moving from Speex to Opus (question 2)
Hello!
I was using Speex all the time, and I am now moving to Opus.
I had encapsulated the decoder a bit, I had the following cpp file:
#include "StdAfx.h"
#include "spxcodec.h"
#define MAX_FRAME_SIZE 2000
#define MAX_FRAME_BYTES 2000
CSpxCodec::CSpxCodec() : enh(1), rate(8000)
{
}
CSpxCodec::~CSpxCodec()
{
}
void CSpxCodec::Init()
{
speex_bits_init(&bits);
decstate = speex_decoder_init(&speex_nb_mode);
speex_decoder_ctl(decstate, SPEEX_SET_SAMPLING_RATE, &rate);
speex_decoder_ctl(decstate, SPEEX_SET_ENH, &enh);...
2008 Apr 04
0
speexdec 1.2.3
...; filename.* Raw PCM file (any extension other that .wav)\n");
printf (" - stdout\n");
printf (" (nothing) Will be played to soundcard\n");
printf ("\n");
printf ("Options:\n");
printf (" --enh Enable perceptual enhancement (default)\n");
printf (" --no-enh Disable perceptual enhancement\n");
printf (" --force-nb Force decoding in narrowband\n");
printf (" --force-wb Force decoding in wideband\n"...
2008 Apr 04
2
speexdec 1.2.3
On Fri, Apr 4, 2008 at 12:19 AM, Jean-Marc Valin
<jean-marc.valin at usherbrooke.ca> wrote:
> Jahn, Ray (R.) a ?crit :
>
> > Dear Speex codec community:
> >
> > I am working on conversion of voice files. I could not figure out how to use speexdec.exe 1.2.3 in piped mode in order to avoid the creation of the potentially large intermediate *.wav or *.pcm files. Any
2007 Feb 15
2
simpleR or usingR package by Verzani
...stions?
Thank you!!
______________________________________________________
Danmarks Fiskeriundersøgelser er den 1.1.07 fusioneret med Danmarks Tekniske Universitet (DTU), Forskningscenter Risø, Danmarks Fødevareforskning, Danmarks Rumcenter og Danmarks Transportforskning. DTU er den fortsættende enhed. Læs mere om fusionen på www.detnyedtu.dk
As of 1 January 2007 The Danish Institute for Fisheries Research has merged with the Technical University of Denmark, Risø National Laboratory, the Danish Institute for Food and Veterinary Research, the Danish National Space Centre and the Danish Transpo...
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
2007 Apr 11
0
Problem with speex
...e;
encstate := speex_encoder_init(speex_lib_get_mode(SPEEX_MODEID_WB));
speex_encoder_ctl(encstate,SPEEX_SET_SAMPLING_RATE,@smpRt);
speex_encoder_ctl(encstate,SPEEX_SET_QUALITY,@n);
speex_encoder_ctl(encstate,SPEEX_GET_FRAME_SIZE,@encframe);
speex_bits_init(@encbits);
SetLength(buffEnc,encframe);
enh:=0;
speex_bits_init(@decbits);
decstate := speex_decoder_init(speex_lib_get_mode(SPEEX_MODEID_WB));
speex_decoder_ctl(decstate,SPEEX_GET_FRAME_SIZE,@decframe);
speex_decoder_ctl(decstate,SPEEX_SET_ENH,@enh);
SetLength(buffDec,decframe);
Encode:
s3:string;
for j:=0 to encframe-1 do
buff...
2010 Jul 20
0
[SPAM] [BombData][alltestmode] Re: Speex Echo Cancellation
...tl(preprocess_state,
SPEEX_PREPROCESS_SET_AGC, &value);
}*/
}
else if (speex_mode == SPEEX_MODE_DECODE)
{
const SpeexMode * mode = speex_lib_get_mode (SPEEX_MODEID_WB);
dec_state = speex_decoder_init(mode);
speex_decoder_ctl(dec_state, SPEEX_SET_SAMPLING_RATE, &hz);
int enh = 1; // enable perceptual enhancer
speex_decoder_ctl(dec_state, SPEEX_SET_ENH, &enh);
}
}
this is the code which i am using..
2010 Sep 04
0
How to generate integers from uniform distribution with
On 04-Sep-10 19:27:54, Yi wrote:
> Enh, I see.
> It totally makes sense.
> Thank you for your perfect explanation.
> Enjoy the long weekend~
> Yi
You're welcome! Earlier I tried an experiment with rejection
sampling, which seems to work well for the case where you want
mean of the sampled values to exactly be the mean o...
2005 Oct 09
0
Fw: problem in encoder/decoder
...);
dec_state = speex_decoder_init(&speex_nb_mode);
int frame_size = 0;
// get frame size.
speex_decoder_ctl(dec_state,SPEEX_GET_FRAME_SIZE,&frame_size);
int nbBytes = 0;
unsigned char *input_frame;
short *output_frame;
input_frame = new unsigned char[frame_size];
int enh = 1;
speex_decoder_ctl(dec_state,SPEEX_SET_ENH,&enh);
unsigned char*result;
int scale=25;
int size= max(pMsg->m_nBufferSize*scale
frame_size*scale*(pMsg->m_nBufferSize/frame_size)) + frame_size*scale;
result = new unsigned char[size];
ZeroMemory(result,size);
output_frame...
2007 Aug 24
0
speex DTX chore
...uot;
#include "SpeexEncoder.h"
#include "lpc_win.h"
#include <windows.h>
#include <stdio.h>
const int SAMPLES_LEN = 160;
const int CODED_DATA_LEN = 20;
const int FREQ = 8000;
const int QLTY = 4;
const int VAD = 1;
const int DENIOSE = 1;
const int AGC = 1;
const int ENH = 1;
const int DTX = 1;
int main ()
{
SpeexEncoder* coder;
decoder = new SpeexDecoder(FREQ, ENH);
coder = new SpeexEncoder(FREQ, QLTY, VAD, DENIOSE, AGC, DTX);
char fileName[] = "D:\\Speex\\myTestFiles\\test.raw";
FILE *fin = fopen(fileName, "rb");
if (!fin)
{...
2010 Jul 20
1
[BombData][alltestmode] Re: [SPAM] [BombData][alltestmode] Re: Speex EchoCancellation
...tl(preprocess_state,
SPEEX_PREPROCESS_SET_AGC, &value);
}*/
}
else if (speex_mode == SPEEX_MODE_DECODE)
{
const SpeexMode * mode = speex_lib_get_mode
(SPEEX_MODEID_WB);
dec_state = speex_decoder_init(mode);
speex_decoder_ctl(dec_state, SPEEX_SET_SAMPLING_RATE,
&hz);
int enh = 1; // enable perceptual enhancer
speex_decoder_ctl(dec_state, SPEEX_SET_ENH, &enh);
}
}
this is the code which i am using..
_______________________________________________
Speex-dev mailing list
Speex-dev at xiph.org
http://lists.xiph.org/mailman/listinfo/speex-dev
2013 Sep 17
0
[LLVMdev] [RFC] Internal command line options should not be statically initialized.
...mber of command line options aren't really connected to passes
>> per-se (backend options)
>
> We don’t have to ban the old-style options. They can live-on indefinitely for experimental purposes, but if test cases need to use those options, they would need a REQUIRES: asserts line.
Enh, I'm in favor of banning them. Even though I use a few.
>
> For options that we actually want to make available to tools (and general testing) we have a couple possibilities:
>
> Create a hook that can be called before command line parsing, like initializeXXPass.
>
This seems m...
2013 Sep 17
3
[LLVMdev] [RFC] Internal command line options should not be statically initialized.
On Sep 17, 2013, at 10:31 AM, Eric Christopher <echristo at gmail.com> wrote:
> Hi Andy,
>
> I definitely agree with the desire to remove command line options and
> having them be initialized as part of the pass would be general
> goodness. However, a few possible issues:
>
> a) a number of command line options aren't really connected to passes
> per-se
2012 Mar 05
0
[LLVMdev] [patch] Enhance of asm macros
> For compability this problems requiring some compiler switch flag. Can you
> give me description/example how it's can be done?
grep for DwarfRequiresRelocationForSectionOffset. Something like that
might do what you want.
Cheers,
Rafael