Displaying 16 results from an estimated 16 matches for "gimpel".
Did you mean:
kimpel
2006 Mar 15
2
Wine and a simple text-mode program (Gimpel PC-Lint)
I am trying to run Gimpel's PC-Lint under Wine, and am running into trouble.
It is a simple DOS text-mode program, nothing fancy, no graphics, uses
stdin, stdout, and stderr.
It is invoked thus:
In the batch file LIN.BAT:
wine Lint-nt +v -i"C:\Lint" "C:\Lint\std.lnt"
File std.lnt is a list of o...
2004 Aug 06
0
JSpeex help
...e trouble with
the Javasound SPI encoder (the SPI decoder works well).
I am working on it, and hope to have a fix soon. In the
mean time, you can use the encoder outside of
JavaSound, that one works well (see the command line
encoder as example code of how to implement it).
sincerely
Marc Gimpel
Head of research
Wimba
<p>On Thu, 4 Dec 2003 12:31:50 -0500, "Sanjiv Desai"
wrote:X-Original-To: speex-dev-majordomo@xiph.org
X-Original-To: speex-dev@xiph.org
X-Original-To: speex-dev@xiph.org
Message-Id:
From: "Sanjiv Desai"
X-Priority: 3
Reply-To: speex-dev@x...
2004 Aug 06
2
q about jspeex
Ulrich B. Staudinger wrote:
> Hi,
>
> i have:
>
> public void run(){
> try{
> System.out.println("Opening
> mic"); // AudioInput
> ai=new AudioInput(t);
> // ai.start();
> if(t.input==null){
> AudioFormat format = new
2004 Aug 06
2
SPEEX_SET_USER_HANDLER once again
Hi,
Sorry! Marc Gimpel. I wrote it in a false thread before. It was my
first time. :-)
I have to write a small programm which should be able to record speeches
and in addition synchronize the recorded speeches with measuring data.
My idea is to record the speech in the normal way with speex and without
ogg. If a syn...
2004 Aug 06
0
q about jspeex
...int m=pcm2speex.read();
System.out.println("something recieved");
and still can't recieve a single value from the pipe ..
thanks,
ulrich
Ulrich B. Staudinger wrote:
> Hi Marc,
> thanks for the quick reply.
>
> Marc Gimpel wrote:
>
>> It would appear the the 'pcm2speex.read(frame, 0, frame.length)'
>> is blocking which means that it is waiting for data from the
>> underlying inputstream (i.e.AudioInputStream(t.input)). If it could
>> read sufficient data it would transcode it....
2009 Feb 06
2
How do I correctly mount a multidevice volume via fstab?
Hi all,
I am using a single volume across two devices sdb7 and sda1, initially
created on sdb7, and added sda1 using btrfs-vol later. The fstab entry:
/dev/disk/by-id/scsi-SATA_ST31000333AS_9TE12DSC-part7
/mnt/btrfs btrfs defaults 1 2
Now after boot I get:
----
device fsid c4822885057410c-d2d65a83c2f15fb4 devid 1
transid 73034 /dev/sdb7
btrfs: failed to read chunk tree on sdb7
----
So I have
2004 Aug 06
3
q about jspeex
Hi Marc,
thanks for the quick reply.
Marc Gimpel wrote:
> It would appear the the 'pcm2speex.read(frame, 0, frame.length)' is
> blocking which means that it is waiting for data from the underlying
> inputstream (i.e.AudioInputStream(t.input)). If it could read
> sufficient data it would transcode it. If it recieved an E...
2004 Aug 06
1
sppex player
Hi,
You can also use the Java jlGui Music player
(http://www.javazoom.net/jlgui/jlgui.html) with the java implementation
of Speex (http://jspeex.sourceforge.net). This will play Speex streams
and files on any platforms, including Linux, Mac and Windows, or even
inside a web page.
Tyler Knott wrote:
> sailaja akkineni wrote:
>
>> hi,
>> i want to use ogg speex streaming
2004 Aug 06
0
speed and memory
...and stereo too (if both stereo channels
are identical, best to reduce it to mono and encode mono rather than
encode stereo). But the best thing to do is play around with the various
settings and see which settings suit you best with the given resources
on your hardware.
Good luck
Marc Gimpel
Head of research
Wimba
Ulrich B. Staudinger wrote:
> hello,
>
> i switched to use the encoder.processData() and
> encoder.getProcessedData() of jspeex. however it looks to me like a
> memory leak ... memory usage is increasing very fast and there is no
> visible stop...
2004 Aug 06
0
q about jspeex
...his, jspeex does provide an SPI interface so you should
be able to ask JavaSound to give you directly a a Speex
AudioInputStream. It's coded although I admit that I never got round to
testing it so it might not work. It does work for the decoding, that I'm
sure of in any case.
Marc Gimpel
Head of research
Wimba
Ulrich B. Staudinger wrote:
> Ulrich B. Staudinger wrote:
>
>> Hi,
>>
>> i have:
>>
>> public void run(){
>> try{
>> System.out.println("Opening
>> mic");...
2004 Aug 06
0
SPEEX_SET_USER_HANDLER once again
...ncoded in 4 bits.
Besides, you're probably the first one to use user-callbacks. BTW, why
didn't you want to use Ogg. It's much simpler to use and overhead can be
made minimal anyway.
Jean-Marc
Le ven 07/11/2003 à 11:17, Norman Biehl a écrit :
> Hi,
>
> Sorry! Marc Gimpel. I wrote it in a false thread before. It was my
> first time. J
>
>
>
> I have to write a small programm which should be able to record
> speeches
> and in addition synchronize the recorded speeches with measuring data.
>
> My idea is to record the speech in the nor...
2004 Aug 06
2
frame size
hello,
i have a simple question about speex frame size.
i work with jspeex - but i think it's speex generic, the question i have.
can i use any frame size i want? or does the size have be in a certain
ratio to other numbers? and what does the frame size in the decoder
mean? encoded or decoded packet frame size?
how much data can i hand to the encoder to encode?
if i hand i.e. 400 bytes to
2004 Aug 06
2
speed and memory
hello,
i switched to use the encoder.processData() and
encoder.getProcessedData() of jspeex. however it looks to me like a
memory leak ... memory usage is increasing very fast and there is no
visible stop ... after about five minutes java.lang.OutOfMemory occurs.
I think it must be the jspeex component, because before i added jspeex
to my app usage was constant at about 5mb.
is it possible
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...66324 0 0.02 66324
getvlc.ll 15 82573 0 0.01 82538 0 0.02 81286
ggenorien.ll 1 65674 0 0.02 65641 0 0.02 65641
gglobals.ll 0 4616 0 0.01 4583 0 0.01 4583
gim_box_set.ll 32 89479 1 0.01 89157 1 0.01 87942
gim_contact.ll 46 97523 3 0.01 95999 1 0.02 96837
gim_memory.ll 13 9669 0 0.01 9651 0 0.01 9651
gimpel.ll 1 32442 0 0.01 32412 0 0.01 32412
gim_tri_collision.ll 17 269009 1 0.03 268577 1 0.03 268577
global_ctor.ll 8 5490 0 0.01 5474 0 0.01 5474
global.ll 0 5240 0 0.01 5220 0 0.01 5220
globalrefs.ll 2 7312 0 0.01 7300 0 0.01 7300
globals.ll 0 4538 0 0.01 4505 0 0.01 4505
global_type.ll 1 1090 0 0.01...
2009 Mar 14
0
How do I boot a system root on a multidevice BTRFS subvol?
Hello,
recently I installed a distribution I want to look at via chroot into a
btrfs subvolume on a multidevice btrfs.
Now I tried to boot this, the kernel command line in GRUB looks as
follows so far:
/kernel-2.6.29-rc7-git3 root=/dev/sdb7 rootfstype=btrfs
rootflags=device=/dev/sda1,subvol=archroot
This gives "VFS: cannot find sdb7 or bad block", like it would when
trying to mount