similar to: smapleenc.c and sampledec.c (from manual)

Displaying 20 results from an estimated 1500 matches similar to: "smapleenc.c and sampledec.c (from manual)"

2005 Feb 21
2
1.1.6 Manual sampledec.c mistake
Hi, The manual 1.1.6 of sampledec.c says that /*Destroy the decoder state*/ speex_encoder_destroy(state); Should it be be /*Destroy the decoder state*/ speex_decoder_destroy(state); instead? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20050221/c460253b/attachment.html
2005 Feb 21
2
1.1.6 Manual sampledec.c mistake
Le lundi 21 f?vrier 2005 ? 15:08 +0100, Claude Brisson a ?crit : > Why not move the manual on the wiki ? Because it's already written in LyX and can be easily converted to pdf, html or anything. However, the trouble shooting part could be on a wiki. Do you volunteer? Jean-Marc > Claude > > On Mon, 2005-02-21 at 21:35 +0800, James Oh wrote: > > Hi, > > > >
2006 Jun 10
1
[PATCH] bug in sample code sampledec.c
Hi there is a small bug in the sample code 'sampledec.c' here: http://www.speex.org/manual2/node12.html#SECTION000121000000000000000 it is trying to destroy the encoder of the "decoder" state, this patch should fix it: Index: doc/sampledec.c =================================================================== --- doc/sampledec.c (revision 11555) +++ doc/sampledec.c
2005 Oct 17
0
Error Executing sampledec in VC++
Mon, Here is feedback that I got concerning the access violation, i.e. the failure of the while loop below. Does this solve the problem? Steve My guess is that speex_decoder_init() should be outside the while().. loop as speex_decoder_destroy() is also outside. ----- Original Message ----- From: Mo Win To: speex-dev@xiph.org Sent: Monday, October 17, 2005 8:05 AM Subject:
2005 Jan 03
0
sampleenc/sampledec
I can't get the versions of sampleenc and sampledec in the manual to work back-to-back. I've tried using speex 1.0.4 and 1.1.6. What am I doing wrong? [gerv@otter]$ file in.wav in.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, mono 8000 Hz Strip headers: [gerv@otter]$ sox in.wav in.raw Command as given on manual page: [gerv@otter]$ ./sampleenc in.raw | ./sampledec
2004 Sep 15
0
Problems with sampleenc and sampledec
I suspect I am missing something basic but I do not seem to be able to get the sampleenc and sampledec programs to work together. I suspect the decode operation is failing, but I cannot find out why. Backgound information: 1) 1.0.4 tar package 'make' worked and installed on a mandrake 10.0 linux 2) speexenc and speexdec appear to work fine. 3) testenc and testenc_wb work fine, though
2004 Sep 13
0
Compile flags for sampleenc sampledec.
I suspect I am missing something basic but I do not seem to be able to get the sampleenc and sampledec programs to work together. I think I do not have a compile swtich of flag set correctly. Backgound information: 1) 1.0.4 tar package 'make' worked and installed on a mandrake 10.0 linux 2) speexenc and speexdec appear to work fine. 3) testenc and testenc_wb work fine, though I
2005 Oct 17
0
Error Executing sampledec in VC++
You should really do a check to make sure nbBytes isn't larger than 200, otherwise you're going to read past the end of your char array. fread (&nbBytes, sizeof(int), 1, fo); _____ From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org] On Behalf Of Mo Win Sent: Monday, October 17, 2005 7:31 PM To: speex-dev@xiph.org Subject: Re: [Speex-dev] Error
2005 Aug 11
1
About sampleenc and sampledec in appendix B
<style> p {margin-top:0px;margin-bottom:0px;} </style> <table border=0 width=100% bgcolor='' cellpadding=0 cellspacing=0 align=center> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<tr> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<td valign=top style='padding:8pt;'><font size=2>Hi! I excuted
2005 Aug 10
0
About sampleenc and sampledec in appendix B
<style> p {margin-top:0px;margin-bottom:0px;} </style> <table border=0 width=100% bgcolor='' cellpadding=0 cellspacing=0 align=center> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<tr> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<td valign=top style='padding:8pt;'><font
2004 Aug 06
0
status report on the Windows CE (PocketPC) ACM codec
Hello, just a brief report on where I am going with that Windows CE ACM Speex codec. * I managed to compile the GSM610 sample codec by Visual C++ Embedded for the ARM processor. This is set up as a DLL project in the IDE. Replacing the implementation with the existing Win32 code should be straightforward now. * I wrote an install/setup procedure for the codec (works fine) * I built a
2005 Oct 17
3
Error Executing sampledec in VC++
hey guys, I just compiled an application similar to sampledec.c (for speex 1.1.10) and it was fine but when I executed it, the app exited without doing anything. I'm using MS VC 6.0 and this was all I got - First-chance exception in sampledec.exe : 0xC0000005: Access Violation. Has anyone encountered this / does anyone know how to deal with it? by the way, sampleenc executed perfectly... When
2008 Oct 22
9
[LLVMdev] Helping the optimizer along (__assume)
Hi, I'm interested in whether or not there is a way of providing source-level annotations to help LLVM with optimizations, similar to VisualC++'s __assume facility (http://msdn.microsoft.com/en-us/library/1b3fsfxw.aspx). As part of our PHP compiler (phpcompiler.org), it would be great to be able to annotate our generated C code with, for example, (var != NULL), or (var->type ==
2005 Oct 17
6
Error Executing sampledec in VC++
Hi Steve, thanks for the advice. I placed the appropriate functions outside the while statement but I still get this error at the while loop: First-chance exception at 0x004010fa in SPXDEC.exe: 0xC0000005: Access violation reading location 0x0000000c. Unhandled exception at 0x004010fa in SPXDEC.exe: 0xC0000005: Access violation reading location 0x0000000c. It looks like the same error. I've
1998 Jul 26
1
"modified outside" bug.
Hi! I can't find this bug in FAQ: VisualC++ 5.0 alwais complains "This source file has been modified outside the source editor. Reload?" Sources are located on the last samba server under Linux. System clock on Linux is set to Greenwich, zone offset applied. I tried to set NT clock to be more than Linux, this does not help. -- Andrew
2004 Aug 06
2
Please 30 second to look a my code
Hi i'm developing a sort of VoIP application for my ipaq using speex... I'm still at beginning and i have many problems encoding and decoding my wav files....output is only noise! Why? I'm using Libspeex 1.1.3, Embedded VisualC++ 3.0, Ipaq 3850(206 MHz IntelĀ® Strong ARM 32-bit RISC Processor) PocketPC 2002 (Windows CE 3.0). Libspeex is complied with the definition of
2001 Feb 18
2
Access Violation in ov_open
If I do something similar to the below ov_open always causes an access violation. The call to fopen is successful. Can anybody tell me why? (and how to fix it?) OggVorbis_File vf; int eof=0; int current_section; FILE *fd = fopen("c:\\test.ogg","rb"); if (!fd){ AfxTrace("fopen failed\n"); exit(0); } if(ov_open(fd, &vf, NULL, 0) < 0) {
1997 Dec 03
1
Problems with servicepack 3
Hello! I read your notice about your problem with Windows NT and servicepack 3. Did you find any solution? I have the same problem: I can?t see other computers on the network when I?m running SAMBA. I would appreciate if you could help me. Leif Magnusson
2004 Aug 06
3
status report on the Windows CE (PocketPC) ACM codec
Christian Buchner wrote: > Now here is where I have problems and not yet found a solution: I know very little about this, so take everything that follows with a large pinch of salt. > * the function names exported in the .lib created by gcc are not compatible > with the function name decorations that the VisualC++ embedded linker expects. Which version of gcc are you using? I know
2011 Mar 10
2
[LLVMdev] Alternative to Adding New Intrinsics for Code-Generation?
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> John McCall wrote: <blockquote cite="mid:FAB334D8-72D0-40FB-B133-A9430870B701@apple.com"