search for: preprocess

Displaying 20 results from an estimated 1156 matches for "preprocess".

2004 Sep 22
1
Problem compiling Corel-WINE
....3.4 and I get this error: /usr/local/gcc-3.3.4/bin/gcc -c -march=i586 -O2 -Wall -fPIC -D__WINE__ -D_REENTRANT -DSHELL_NO_DESKTOP -I. -I. -I../include -I../include -I/usr/X11R6/include -o thunk.o thunk.c thunk.c:365:47: pasting "." and "PeekMessageA" does not give a valid preprocessing token thunk.c:366:47: pasting "." and "PeekMessageW" does not give a valid preprocessing token thunk.c:367:45: pasting "." and "GetMessageA" does not give a valid preprocessing token thunk.c:368:45: pasting "." and "GetMessageW" does...
2015 May 01
3
nutdrv_qx interface change proposal item_t::preprocess
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I would like to propose an interface change/extension, in order to be able to clearly differ from a PRE_SEND and a POST_RECEIVE item_t->preprocess-ing calls. IMHO there is no option to differ from item->preprocess(..), called from [1] and called from [2], at the moment. My idea is to extend the item_t->preprocess(..) with an additional argument about the calling point of the method like this [3]. The changes in the main nutdrv_qx modu...
2015 May 22
1
nutdrv_qx interface change proposal item_t::preprocess
Hi and thank you for your effort. You are very close to what I want to achieve, but I was already aware of the impossibility of querying direct from a command. I wanted the following (both would be covered by your changes): 1. preprocess an item_t in the direction: NUT->DEVICE in order to be able to support queries like ups.generated.yesterday ("QED<date-1><Checksum>\r") and ups.generated.today (note: today's generated power is even more complicated because it can't be queried due to QED<...
2015 May 19
0
nutdrv_qx interface change proposal item_t::preprocess
mmh.. At the moment there are 3 distinct preprocess functions that operate on 2 different types: - info_rw_t - preprocess(); - item_t - preprocess(); - item_t - preprocess_answer(). For info_rw_t: range/enum values are preprocessed just to see if that specific value is to be used or not depending on the conditions the driver meets at runtime (e.g.:...
2010 Feb 08
1
objects masked from packages
...;affyAnalysis", repos=NULL) > R CMD INSTALL affyAnalysis Erzeuge Verzeichnisse ... Erzeuge DESCRIPTION ... Erzeuge NAMESPACE ... Erzeuge Read-and-delete-me ... Kopiere Code-Dateien ... Erzeuge Hilfedateien ... Fertig. one of the classes in the package is a S3 packge and has the name "preprocess". using the package require various packages. one of them is affyPLM, which also have a S3 class named preprocess. Each time I'm using the program i get the message: > library(affyPLM) Lade nötiges Paket: affy Lade nötiges Paket: Biobase Welcome to Bioconductor Vignettes contain in...
2008 May 14
3
[LLVMdev] Help needed after hiatus
...cm' defined more than once! adding bzip2.c as a C file adding crctable.c as a C file adding randtable.c as a C file adding compress.c as a C file adding blocksort.c as a C file adding huffman.c as a C file adding decompress.c as a C file adding bzlib.c as a C file Phase: Preprocessing preprocess bzip2.c to become a preprocessed C file /usr/bin/gcc -E -o bzip2.i bzip2.c preprocess crctable.c to become a preprocessed C file /usr/bin/gcc -E -o crctable.i crctable.c preprocess randtable.c to become a preprocessed C file /usr/bin/gcc -E -o randtable.i randt...
2007 Jan 08
1
VAD in preprocessor
...all and Jean-Marc, Firstly thanks a lot to you for helps, at last I accomplished to use speex-1.2beta1 in my speech application. I try to understand speex source code and improve speech quality. The problem in my application (like many people in the list says) is noise. So I've added VAD in preprocessor as following. VAD in preprocessor is very good, there is not noise outside speech. I don't feel problem so much while continuous speech, but when we speak for short intervals, the start of and end of sentences have clatter (maybe clatter does not meet that sound, there is a defect). To overco...
2008 Sep 26
3
SYSLINUX 3.72 released
Well, it has to happen at some point, so I have officially pushed out SYSLINUX 3.72. The big news in this release is of course the ISOLINUX hybrid mode support (a single image which can be booted either from a CD-ROM or from a hard disk/USB stick), but there are plenty of more goodies in here, including the label listing (not technically completion) on the Tab key. As usual, huge thanks to
2018 Aug 29
3
Get full cmake lines and prepocessed source for a GCC bug report
Hi, for filing a GCC v8.2.0 bug in Debian/buster AMD64 the Debian/GCC mainatiners want two things... [ FULL CMAKE LINE ] How do I configure this in the LLVM/Clang build? Can I set an option of cmake? [ PREPROCESSED SOURCE FILES ] How and where do I get the preprocessed source? Do I need to set options for this in my build-script? My build-script is attached. Thanks in advance. Regards, - Sedat - [0] https://lists.llvm.org/pipermail/llvm-dev/2018-August/125651.html [1] https://lists.llvm.org/pipermail/l...
2018 Aug 29
3
Get full cmake lines and prepocessed source for a GCC bug report
...gt;> Hi, >> >> for filing a GCC v8.2.0 bug in Debian/buster AMD64 the Debian/GCC >> mainatiners want two things... >> >> [ FULL CMAKE LINE ] >> >> How do I configure this in the LLVM/Clang build? >> Can I set an option of cmake? >> >> [ PREPROCESSED SOURCE FILES ] >> >> How and where do I get the preprocessed source? >> Do I need to set options for this in my build-script? > > From your other email, when the compiler crashed, ninja printed the invocation: > > /usr/bin/g++-8 -DGTEST_HAS_RTTI=0 -D_DEBUG -D_GNU_SO...
2006 Oct 24
2
Does VAD/DTX work without VBR and Preprocessor
Hello, I'm try to run speex on some ARM processor. I'd like to cut away some speex features including VBR, ABR and preprocessor while still supporting VAD/DTX. But I've found some puzzles in the source code regarding VAD as below, 1) there are VAD related codes in the source file preprocess.c. Will VAD still work If I don't use the source file preprocess.c? 2)The speex manual says VAD can work without VBR enab...
2014 Jul 10
0
Reducing volume problem after aec and preprocessing
Hello, I'm from Korea and I'm trying to implement realtime AEC with 2 computers and using speex. Actually , It works well with 2 computers and they are communicating.(It looks like double-talk but actually one aec and preprocessing algorithm is running in each computer) Anyway the problem is after processing(I'm using aec and preprocessing for noise suppression), the output signal's amplitude is reduced. In otherwords, output volume is reduced. I don't know why. I experimented like just using aec without p...
2007 Sep 17
1
Possible fixed point overflow/div 0 preprocess.c
Hi, I'll try to keep this as brief, yet descriptive enough to save everyone some time. If I'm off with this one please forgive me, but it has fixed my issues. I am not sure whether it is just my compiler (gcc 3.3.5) doing the wrong thing with the cast. File: preprocess.c Arch affected: x86, (others?) svn revision: 12778 Description: The SpeexPreprocessState_ member 'nb_adapt' is a signed integer. nb_adapt is only modified during 'speex_preprocess_run' when an unbounded increment is performed. When calculating 'beta' within 'speex_pre...
2011 Feb 10
2
Help using "tm" text mining package - preprocessing
...> Is it something to do with the structure of the documents I've read in. The "tm" documentation is *extremely* abstract, at my Neanderthal level. Thanks to anyone who can help -- View this message in context: http://r.789695.n4.nabble.com/Help-using-tm-text-mining-package-preprocessing-tp3299399p3299399.html Sent from the R help mailing list archive at Nabble.com.
2010 Apr 06
3
(Rails3-master) erubis: how to use things like preprocessing?
(Rails3 latest git master) Subject says it. I''m trying to figure out how to use erubis features described here: http://www.kuwata-lab.com/erubis/users-guide.05.html#rails, especially preprocessing. My question is, where do I place the Erubis::Helpers::RailsHelper.preprocessing=true Not in application.rb, at that point the object does not exist yet it seems. I wonder why I don''t see ANY mention whatsoever of such an important feature like erubis preprocessing when someone writ...
2006 Aug 28
2
Help with Functions
Hello wizards, I need to convert the following functions (prestd, poststd, prepca) of matlab to R. Does Somebody knows how to do it. A description of the functions is: prestd preprocesses the network training set by normalizing the inputs and targets so that they have means of zero and standard deviations of 1. poststd postprocesses the network training set which was preprocessed by prestd. It converts the data back into unnormalized units. prepca preprocesses the network input...
2006 Oct 24
1
Does VAD/DTX work without VBR and Preprocessor
...So if VAD is enabled then VBR will be enable although it's a special VBR. How about take out the VAD code from the VBR and remove the code else? Lianghu On 10/24/06, Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> wrote: > > > 1) there are VAD related codes in the source file preprocess.c. > > Will VAD still work If I don't use the source file preprocess.c? > > Yes. The VAD in preprocess.c is an "external" (independent from the > encoder) VAD. > > > 2)The speex manual says VAD can work without VBR enabled. > > But I found it's not l...
2004 Aug 06
1
Proposed AGC additions
...gradually rising as it listens for something useful. For example, as I tested this today, the faint sound of birds chirping outside was enough to prevent the AGC from spazzing out! Anyway, what I propose are the following commands to let an application interface a little more with the AGC: SPEEX_PREPROCESS_GET_AGC_GAIN SPEEX_PREPROCESS_GET_AGC_MAX_GAIN SPEEX_PREPROCESS_SET_AGC_MAX_GAIN I've implemented these and use them for the following: 1) I display the current AGC gain to the user. 2) If the AGC gain has reached its maximum, I don't transmit any audio. This condition indicates to me th...
2008 Feb 12
0
Second part of data export patch
...bility of the current frame (the value that the _PROB_START and _PROB_CONTINUE parameters are compared to in the current VAD). I've verified that they give the same results in fixed and floating point mode. -------------- next part -------------- diff -ubBwr get_agc_gain/include/speex/speex_preprocess.h get_psd/include/speex/speex_preprocess.h --- get_agc_gain/include/speex/speex_preprocess.h 2008-02-12 17:13:04.000000000 +0100 +++ get_psd/include/speex/speex_preprocess.h 2008-02-12 17:15:10.000000000 +0100 @@ -186,6 +186,22 @@ /** Get current gain (int32 percent) */ #define SPEEX_PREPROCESS_G...
2006 Jun 12
0
Active Directory Integration with FreeRADIUS - NTLM_Auth
...ized type md5 rlm_eap: Loaded and initialized type leap gtc: challenge = "Password: " gtc: auth_type = "PAP" rlm_eap: Loaded and initialized type gtc mschapv2: with_ntdomain_hack = no rlm_eap: Loaded and initialized type mschapv2 Module: Instantiated eap (eap) Module: Loaded preprocess preprocess: huntgroups = "/etc/raddb/huntgroups" preprocess: hints = "/etc/raddb/hints" preprocess: with_ascend_hack = no preprocess: ascend_channels_per_line = 23 preprocess: with_ntdomain_hack = no preprocess: with_specialix_jetstream_hack = no preprocess: with_cisco_v...