Displaying 20 results from an estimated 900 matches similar to: "New needs for VoiceAI preprocessing by old tools"
2011 Jul 20
0
new versions of packages RWinEdt, signal, tuneR
A series of package updates is on CRAN (or in the process to get there).
Already available from CRAN are:
- signal: Since I took over maintainership years ago, I have not
invested the required amount of time into this package - until this
spring and now the package got a NAMESPACE and dozens of bugfixes,
documentation improvements and hundreds of test cases - many thanks to
Sarah
2011 Jul 20
0
new versions of packages RWinEdt, signal, tuneR
A series of package updates is on CRAN (or in the process to get there).
Already available from CRAN are:
- signal: Since I took over maintainership years ago, I have not
invested the required amount of time into this package - until this
spring and now the package got a NAMESPACE and dozens of bugfixes,
documentation improvements and hundreds of test cases - many thanks to
Sarah
2013 Mar 18
2
Min and max cutoff frequency
Dear list,
Could you please tell me the values of the minimum and maximum cutoff frequencies for each coding version of the 44.1 kHz sampled data? For instance, are the values fmin=100 Hz and fmax=12 kHz valid?
Thank you very much in advance.
Kind regards,
?
Fernando A. Marengo Rodriguez, PhD
Post-doctoral fellow on Acoustics and Beamforming
--
Laboratory of Noise and Vibration (LVA)
Federal
2013 Jun 13
1
Question from Argentina
Dear Erik,
>Its not that we need space for 7616 years, its that if we only use
>32 bit offsets, then we would be limited to files of 2 Gigabytes
>(signed 32 bit integer) is simply not enough.
>
>For instance, at 96kHz/24 bits, recording 8 channels would chew up
>the 2Gigabytes in about 15 minutes. Some songs are longer than that,
>
>If 32 bits is not enough, the next
2003 Jan 25
0
using vorbis for finding structure in music
Hi,
The topic of my PhD is finding structure in a musical piece, starting from
audio. The idea is to use audio descriptors in order to find repetition and
maybe also transformations. Currently I am using descriptors that can be
described as a small subset of the FFT of the FFT, which gives me a
not-too-many-dimensional vector for one second of sound, with a stepsize of
0.1 second. I am also
2013 Mar 19
2
Min and max cutoff frequency
Maybe Monty will make a video about it one day and we will all understand
it. ;-)
Silvia.
On Tue, Mar 19, 2013 at 3:22 PM, Benjamin Schwartz <ben at bemasc.net> wrote:
> Presuming that you are asking regarding the Ogg Vorbis audio format, the
> correct answer is: there is no minimum or maximum cutoff frequency. Vorbis
> can code all frequencies from DC to Nyquist. What Vorbis
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
2011 Feb 10
2
Help using "tm" text mining package - preprocessing
Thanks all for your help. I fear text mining is an abstract little corner of
"R".
I have imported 3228 text (.txt) files, each a news story, into R using
[tm]:
textd <- Corpus(DirSource("other/docs"), readerControl = list(reader
=readPlain))
I can pre-process each individual document using tolower(textd[[1]])
however, when I try to run tmTolower() I get a no such command
2010 Nov 20
0
Enabling preprocessing in Erubis makes views much faster
I wrote a 5 line hack that you can drop into your initializers
directory to enable preprocessing in Erubis. This will run code in <
%=== %> brackets at compile time making views considerably faster for
rails helpers that only need to be evaluated once instead of on each
render (the Erubis docs mention 20-40% speed increase but obviously it
depends on the amount you precompile).
For example:
2011 Jul 28
1
filterMicroRna function: Sample replicates in preprocessing Agilent miRNA dataset
Hi,
I have a question about filterMicroRna in AgiMicroRna package function for filtering probes in Agilent microRNA dataset.
>ddPROC = filterMicroRna(ddNORM.micro, dd, control = TRUE, IsGeneDetected = TRUE, wellaboveNEG = FALSE, limIsGeneDetected = 75, limNEG = 25, makePLOT = TRUE, target.micro, verbose = TRUE)
If in a dataset there are two or more sample replicates and in the step of
2013 Mar 19
0
Min and max cutoff frequency
Presuming that you are asking regarding the Ogg Vorbis audio format, the
correct answer is: there is no minimum or maximum cutoff frequency. Vorbis
can code all frequencies from DC to Nyquist. What Vorbis will actually do
is extremely complex, extremely nonlinear, and highly dependent on
bitrate. If you are in the mentality of linear time-invariant filters, you
will never be able to understand
2013 Mar 19
0
Min and max cutoff frequency
Oh, I will be very happy if I could see this video!
Thank you very much Silvia.
Kind regards,
Fernando
________________________________
De: Silvia Pfeiffer <silvia at silvia-pfeiffer.de>
Para: Benjamin Schwartz <ben at bemasc.net>
CC: Fernando Alberto Marengo Rodriguez <fmarengorodriguez at yahoo.com.ar>; "ogg-dev at xiph.org" <ogg-dev at xiph.org>; Sergio
2006 Nov 09
2
A selection of interesting papers, thesis and courses on Audio, Music and Speech
Well, some University in America (Rice University) has beginning a
process of providing courses and books under CC licenses. I've looked
into it and already found some interesting stuff that people in this
list might found interesting.
Frequency and Music
An overview of frequency, harmonic (Fourier) series, and their
relationship to music.
http://cnx.org/content/col10338/latest/
Audio
2020 Jul 12
0
[vhost:config-endian 38/39] drivers/platform/mellanox/mlxbf-tmfifo.c:1237:2: error: invalid preprocessing directive #defined; did you mean
tree: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git config-endian
head: d8ede9b5e734748613d3e3108a4026244aa8e41f
commit: 392755e77e260e8a173b228e8ecc17917f97d5eb [38/39] fixup! virtio_net: correct tags for config space fields
config: arm64-allyesconfig (attached as .config)
compiler: aarch64-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
wget
2004 Aug 06
0
Re: Preprocessing and Echo Cancellation Notes.
> 1) AGC: This seems to work pretty well in all cases. I had previously
> hacked-in the "compander" filter from sox for a similar effect. What
> I've noticed is that speex_preprocess's AGC has no "knobs", and it
> seems to use an attack/decay that is a lot faster than what I had
> chosen from the sox compander, but it works pretty well nonetheless.
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
2004 Aug 06
2
Preprocessing and Echo Cancellation Notes.
First, I'd just like to thank the Speex community, and Jean-Marc
especially, for their great work.
I'm developing a VoIP library (which uses IAX, the asterisk protocol)
as the network protocol. I've been putting off integrating Speex for a
while, as things have been working pretty well so far with GSM. (for
those interested, the code is at iaxclient.sourceforge.net).
However,
2020 Aug 20
2
ORC JIT - Incorrect support for COFF files?
Hey LLVM-Mailing-List and Lang,
I'm still learning how to use the ORC JIT but I finally reached the point to JIT and execute some code. For this purpose I created a test file (TestModule.cpp) and compiled it with Clang, generating two different files, one in the LLVM IR format and one in the Microsoft COFF format.
The JIT resolves all undefined references, including "extern int
2014 Apr 08
1
FW: DNS record info (samba-tool)
Doh forgot to cc
-----Original message-----
> From:Stuart Naylor <stuartiannaylor at thursbygarden.org>
> Sent: Tuesday 8th April 2014 21:16
> To: G?nter Kukkukk <linux at kukkukk.com>
> Subject: RE: [Samba] DNS record info (samba-tool)
>
> Brilliant, glad about that as zones pretty much done on set up and no worry about a restart.
>
> Great that adding
2017 Apr 20
2
[RFC] FP contract = on
Hey folks,
Some progress has been made since the first thread:
http://lists.llvm.org/pipermail/llvm-dev/2017-March/111129.html
And also I think the consensus is to enable "-ffp-contract=on" by
default (instead of "fast"), which seems to be working on some
preliminary tests I made.
I just ran the test-suite on x86_64 and AArch64. The former is ok, the
latter still has some