similar to: Problems with win32 port of Speex

Displaying 20 results from an estimated 2000 matches similar to: "Problems with win32 port of Speex"

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
2006 Aug 18
6
Ogg Player Code
Hello, In one of my recent assignments, I was asked to develop a ogg player. I am not able to find the right repository of the source code. There are few repositories on vorbis but I am not clear which one is the right one for Windows environment. If somebody has successfully compiled any ogg player ever, his ideas will be helpful to me. In one of the code set, I was able to compile 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 Nov 25
1
"undefined symbol: _pam_make_env"
Hello, A while ago I downloaded and compiled PAM 0.99.x and installed it over the default CentOS PAM installation. Of course, this premature decision led to root and FTP access being fully locked down and inaccessible. When I `su -`, it prints "su: incorrect password" before it gives me the chance to type a password. When I `sudo su -`, it prints "sudo: pam_authenticate:
2003 Apr 03
5
cdf function: inverse to quantile?
Is there a function in R for calculating empirical cumulative distribution functions, i.e. the inverse of the quantile function? Perhaps in some library? I''d hate to have to re-invent the wheel. David Edwards, Biostatistics, Novo Nordisk A/S, Bagsværd, Denmark. DEd@novonordisk.com <mailto:DEd@novonordisk.com> Tlf: +45 44 42 62 35. Fax: +45 44 42 14 80 [[alternate HTML version
2003 Feb 07
1
Bug in socketConnection (PR#2535)
Platform: Windows Version: 1.6.2 When first called, socketConnection gives an error. On subsequent calls it performs correctly. Thus the first call has the effect of "priming" the connection. Eg > socketConnection(port=50) Error in socketConnection(port = 50) : unable to open connection In addition: Warning message: localhost:50 cannot be opened > MIM <-
2003 Jun 30
2
R as COM client (rather than server)
Hello all Can R be used as a COM client (rather than as a COM server)? The following (Splus) code shows the sort of thing I'd like to do: pMIM <- create.ole.object("mim31.Server") NoOutputLines <- call.ole.method(pMIM, "SendCmdLine", "show w") for (i in 1:NoOutputLines) show(call.ole.method(pMIM, "GetOutputLine")) release.ole.object(pMIM)
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
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'
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
2018 May 29
0
[ovirt-users] Gluster problems, cluster performance issues
Do you see errors reported in the mount logs for the volume? If so, could you attach the logs? Any issues with your underlying disks. Can you also attach output of volume profiling? On Wed, May 30, 2018 at 12:13 AM, Jim Kusznir <jim at palousetech.com> wrote: > Ok, things have gotten MUCH worse this morning. I'm getting random errors > from VMs, right now, about a third of my
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
2016 Dec 28
0
Help with httpd userdir recovery
On 12/27/2016 08:20 PM, John Fawcett wrote: > On 12/28/2016 01:43 AM, John Fawcett wrote: >> On 12/28/2016 01:12 AM, Robert Moskowitz wrote: >>> On 12/27/2016 07:06 PM, John Fawcett wrote: >>>> On 12/28/2016 12:34 AM, Robert Moskowitz wrote: >>>>> On 12/27/2016 05:44 PM, John Fawcett wrote: >>>>>> That error should be caused by having
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...
2016 Dec 28
2
Help with httpd userdir recovery
Robert, On Wed, 2016-12-28 at 01:43 +0100, John Fawcett wrote: > On 12/28/2016 01:12 AM, Robert Moskowitz wrote: > > > > > > On 12/27/2016 07:06 PM, John Fawcett wrote: > > > On 12/28/2016 12:34 AM, Robert Moskowitz wrote: > > > > > > > > On 12/27/2016 05:44 PM, John Fawcett wrote: > > > > > That error should be caused by
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' \
2012 Dec 20
1
Problem with simulation
Dear: I am having problem with simulation. Sometimes for 100 iteration, my program works but sometimes give error message regarding some "built-in function" which I never used in my code. I have no idea about the problem. Any suggestion, comments or idea regarding this would be highly appreciable. Thanks. I have used ---- "maxLik()" and "BBsolve()" in my code. Error
2012 Dec 11
1
Solving Simultaneous nonlinear equations
Dear: I am having trouble solving simultaneous nonlinear equations by R. I have been using BBsolve (BB) to do so. Though the function is very strong, still the program doesn't converge. I have tried all (according to my small knowledge) the options described in the help file. Now I am trying to find something else than BBsolve for solving simultaneous nonlinear equations by R. Any idea or
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