similar to: Help with files

Displaying 20 results from an estimated 8000 matches similar to: "Help with files"

2009 May 30
0
something wrong with narrowband and ultra-wideband?
I downloaded speex-1.2beta3-win32 binaries, and used the speexenc.exe and speexdec to process the file male.wav download from http://speex.org/samples I used both the narrowband and ultra-wideband mode: >speexenc -n --quality 3 male.wav n3.spx Encoding 8000 Hz audio using narrowband mode (mono) >speexdec n3.spx n3.wav Decoding 8000 Hz audio using narrowband mode (mono) Encoded with Speex
2007 Oct 26
0
help regarding <voice to text>
Pintu -- Speex is an audio codec that can encode and decode audio for transmission over network (or for storage). Specifically, it's called speex because it is tailored to work well at encoding speech at small bitrates. Speex does not do speech recognition or text to speech. You may wish to look at CMU's speech page: http://www.speech.cs.cmu.edu/(look at Sphynx). And I'll tell you -
2007 Oct 29
1
help regarding <voice to text>
Hi Keith, Thanks a lot for your reply. Actually I am trying to build an application in linux & C for converting a voice file(that is WAV) to a text message. This is required for one of our voice project. So just wanted to know if there is any existing application already there in linux to do that. Otherwise I have to write my own. Now to right my own "wav to text" converter I
2016 Jul 11
1
failure with latest cross compiling
Hi Roger, > > On Fri, Jul 8, 2016 at 6:41 PM, Roger Pack <rogerdpack2 at gmail.com> wrote: >> As a note, with the latest versions, I get this "new" failure, when >> cross compiling for windows using mingw: >> >> CCLD speexdec.exe >> speexdec.o:speexdec.c:(.text+0x4af): undefined reference to >> `_imp__waveOutGetNumDevs at 0'
2016 Jul 08
3
failure with latest cross compiling
As a note, with the latest versions, I get this "new" failure, when cross compiling for windows using mingw: CCLD speexdec.exe speexdec.o:speexdec.c:(.text+0x4af): undefined reference to `_imp__waveOutGetNumDevs at 0' speexdec.o:speexdec.c:(.text+0x54d): undefined reference to `_imp__waveOutOpen at 24' speexdec.o:speexdec.c:(.text+0x5aa): undefined reference to
2008 Apr 17
0
VAD CPU usage
Sounds strange. Can you reproduce the problem with speexenc/speexdec? If so, can you send a short file that triggers that along with the exact command line? Jean-Marc Jozsef Vass a ?crit : > Hi Jean-Marc > > I am using speex in my voip app (wideband mode). I > have noticed that when VAD kicks in, CPU considerably > increases (bitrate decreases to 4 kbps). It takes > about 7
2007 Oct 10
2
compilation errors netbsd
hello, i am experiencing some persistent compilation errors with both the 1.2beta2 release and the svn speex-trunk: ====================== speexdec.o(.text+0x23b): In function `out_file_open': /speex-trunk/src/speexdec.c:158: undefined reference to `_oss_ioctl' speexdec.o(.text+0x268):/speex-trunk/src/speexdec.c:168: undefined reference to `_oss_ioctl'
2017 Dec 04
0
Howto authenticate smartPhone via Active Directory
Unfortunately, I tried for weeks to figure out passdb ldap without success. I guess I'm just not knowledgeable enough about how to use ldap and Active Directory. The dovecot wiki https://wiki2.dovecot.org/AuthDatabase/LDAPm doesn't help me much. All it says is: Active Directory When connecting to AD, you may need to use port 3268. Then again, not all LDAP fields are available in port
2017 Dec 04
1
Howto authenticate smartPhone via Active Directory
You might get better results with https://wiki.dovecot.org/HowTo/ActiveDirectoryNtlm It seems you'd have to configure OpenLDAP backend for Samba to have LDAP. Aki On 04.12.2017 02:38, Mark Foley wrote: > Unfortunately, I tried for weeks to figure out passdb ldap without success. I guess I'm just > not knowledgeable enough about how to use ldap and Active Directory. The dovecot
2007 Oct 11
1
compilation errors netbsd
hello again, on NetBSD the library ossaudio needs to be linked in for speex to build. i did it by hand in the src/Makefile by altering LDFLAGS to "-lossaudio". it now compiles properly. thanks for your time, b On 10/11/07, Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> wrote: > > Seems like NetBSD doesn't like the ioctl calls. Maybe you need to link > with another
2007 Oct 26
2
help regarding <voice to text>
Hi, I am need of "voice to text" converter for one of my project. I need to use it on Linux OS. I got "text2wave" converter but didnt find any "wave2text" equivalent. Then I saw "speexenc" and "speexdec" on linux. It basically does encoding and decoding the the WAV file. Thus I wanted to know if I can use these utilities to convert a WAV file
2004 Aug 06
1
patch for compiling on IRIX
The following patch (based off of the current CVS tree) is necessary to compile Speex on IRIX (or any other system that doesn't include getopt_long in the system libraries). I would suggest further that src/getopt_win.h be renamed to getopt_long.h since it's not just Windows that lacks getopt_long. Michael Index: configure.in
2017 Dec 05
0
Howto authenticate smartPhone via Active Directory
mj - thanks! That the first useful example I've received from any forum/list. I'm getting ready to try my config (have to do so after hours), but I have some probably simple-minded questions: Your example is not the complete dovecot-ldap.conf.ext file, right? Have you just given me differences in your config from the "original"? You've kept the hosts, base, ldap_version,
2005 Sep 14
1
tftp file permission
syslinux at zytor.com Hi all i crosscompiled tftp-hpa and running on MPC5200 target. when i am updating new file into tftp server i am unbale to give execute permission to that file. My inetd.conf contains the follwing line. tftp dgram udp wait root /sbin/in.tftpd in.tftpd -c -p -U 000 Any clue. thanks and regards srinivasa reddy
2004 Oct 08
1
Incorrect ANI sent to PRI provider - CVS 9-29-04
I've got an interesting problem. I just recently upgraded an asterisk server from a may 9th cvs to a 9/29 cvs. When I did the upgrade I was unable to place calls through the PRI. The calls would process fine, but the provider would reject the call and send me a cause 69 or 77 failure code "Unallocated (unassigned) number". Upon contacting the provider, they told me I was
2004 Aug 06
0
Re: [Speex-devel] Subject: Problems with win32 port of Speex
(replying to the new list: speex-dev@xiph.org) > I'm having trouble building the 'speexdec' executable in the win32 port of > Speex. I'm using MSVC++ 6.0 on both a Win2000 and a WinXP box (the error > occurs on both machines). The sources are fresh from CVS as of today. Can you check whether or not you have the same problem in beta 2? > I had no trouble building the
2004 Aug 06
0
RE: [Speex-devel] Subject: Problems with win32 port of Speex
> > I had no trouble building the ogg, vorbis and speex libraries. Also, > > speexenc.exe built correctly. However, speexdec.exe will build but does not > > create output (either to soundcard or to pcm/wav) and eventually crashes. > > I'm not sure I understand. In the first part, you say you have trouble > building speexdec and here you say speexdec does build but
2006 Aug 02
1
[PATCH] skeleton support for speexenc and speexdec
Hi, I have done some code cleanup of my speexenc patch for skeleton support. Also a warning message have been added to let the users know that some decoders may fail with skeleton output enabled. The speexdec patch enables speexdec to play skeleton enabled speex file. Thanks in advance for the feedbacks. --tahseen -------------- next part -------------- A non-text attachment was scrubbed...
2008 Apr 01
2
problem with some ogg header files with speex
Hi, Thanks for your help. It's true. I had to point files to the arm files. i have modified my command line by adding --with-ogg-libraries=/armbuild/lib/ . Here is the ogg.h file compiled for arm. But now i have an other error : source='speexdec.c' object='speexdec.o' libtool=no \ depfile='.deps/speexdec.Po' tmpdepfile='.deps/speexdec.TPo' \
2007 Jul 14
0
file couldn't play after Speex encode and decode
The encoded speex file should, by convention, be given the '.spx' extension rather than '.wav', but that is not the issue. What appears to be happening is that the '.wav' extension on your named output file from speexdec is not being recognised as '.wav' and, consequently, the file is being written as 'raw' data without the wave file header. I am not sure