Displaying 3 results from an estimated 3 matches for "minsys".
Did you mean:
winsys
2010 Sep 14
2
[Bug 1820] New: Long time to find ssh_config
...ll
OS/Version: Other
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: tombert at live.at
Using Windows XP, have the compiled openSSH version 5.4p1 and openSSL
1.0.0 from MinSYS.
calling
ssh -v <user>@<host>
it takes about 15 to 20 seconds till the first debug1 line appears
where it states:
debug1: Reading configuration data /etc/ssh/ssh_config
when I call:
ssh -v -F <ssh_config> <user>@<host>
there is no timeout and the connection is quick...
2008 Apr 04
0
speexdec 1.2.3
...t; - - | "d:\lame 3.98.6\bin\lame.exe" --preset voice - - > d:\test.mp3
cat /d/test.spx | "/d/speex 1.2.3/bin/speexdec.exe" --fmt-out "wav" - - | "/d/lame 3.98.6/bin/lame.exe" --preset voice - - > /d/test.mp3
** Compiling and Testing:
MS Windows XP
MinSys 1.0.10 (POSIX emulation)
MinGW GCC 3.10
Normal procedure: configure, make, etc.
I do not know how to customize the process to reduce the executable size. My revised speexdec.exe is large (400 ? 500 kB) compared to that (68 kB) in Speex 1.2.3 downloaded from speex.org.
Tests passed in both Min...
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