similar to: Bug found (and possibly fixed) in Win32 speexdec

Displaying 20 results from an estimated 4000 matches similar to: "Bug found (and possibly fixed) in Win32 speexdec"

2004 Aug 06
0
Bug found (and possibly fixed) in Win32 speexdec
Thanks for the fix. I applied to CVS. It'll be included in the 1.0.1 version I plan to release soon. Jean-Marc Le sam 31/05/2003 à 18:10, Anders S. Johansen a écrit : > Hi! > > Speexdec "clips" playback of files on fast Windows machines when > invoking it in decode-and-play mode by only supplying a filename for the > source file - the end of the sound
2004 Aug 06
1
Bug found (and possibly fixed) in Win32 speexdec
Jean-Marc Valin wrote: > Thanks for the fix. I applied to CVS. It'll be included in the 1.0.1 > version I plan to release soon. Great! Any ETA on the 1.0.1 version? I am just on the verge of releasing a product containing Speex, but might stall for a month or two if significant updates are imminent. With the start of summer vacation in Denmark the whole country pretty much grinds to
2008 Apr 04
0
speexdec 1.2.3
Dear Jean-Marc and Peter: Thank you both very much for your time and advice. I did not realize that Lame MP3 code has a -r option (without reading its code). I have tried the suggested command lines verbatim with the added -r option, along with other combination of option settings. I could not figure out how to eliminate the distortion in the result, like voice turning either high or low
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
2003 May 31
2
Bug in speexdec - is this the place to file it?
Hi! I have found and (tentatively) fixed a bug in the Win32 version of speexdec. Is this the place to post it, or... ? Sincerely Anders S. Johansen --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in
2004 Aug 06
0
Sun audio driver for speexdec
I did this for OpenBSD. NetBSD uses the same audio(4) system. It should also work on Solaris, but I can't test that. --- configure.in.orig Tue May 13 00:58:07 2003 +++ configure.in Tue May 13 00:58:20 2003 @@ -26,7 +26,7 @@ AC_CANONICAL_HOST AM_PROG_LIBTOOL AC_C_BIGENDIAN -AC_CHECK_HEADERS(sys/soundcard.h) +AC_CHECK_HEADERS(sys/soundcard.h sys/audioio.h) AC_ARG_ENABLE(ogg, [
2005 Mar 29
3
From FAQ 7.21 to a command like apply(sapply(list(f1,f2,f3),is.na),2,sum)
Dear all, Last December there was a thread regarding the famous FAQ 7.21 "How can I turn a string into a variable?" and asking what people want to do with these strings. My, certainly trivial application would be as follows: Assume I have a data.frame containing besides others also the columns f1, f2, ..., fn and I want to create a command like: apply(sapply(list(f1,f2,f3),is.na),2,sum)
2004 Dec 15
4
"Click" at end of SPX files?
Ashhar Farhan wrote: > > dear Anders, > > the speex encoder really does not know when you are ending a wave file. > most probably there is a one-off error in your loop that reads the wave > file and you are incorrectly reading the end of the wave file. Hmmm, I am using code ripped verbatim from speexenc. Are there any known bugs of this kind in that? > btw, it will be
2004 Aug 06
1
[PATCH] Re: Decoding .spx with 1.0 on ppc produces noise!
On Thu, 2003-04-17 at 07:48, Kaveh Goudarzi wrote: > Hi, > > I had a similar question ... is the endian-ness of the encoded > speex file, system dependent? or is it always little endian? If it's > always little endian (like the header seems to be) then big endian > machines (or java) will need to map everything to bigendian before > decoding ... > I have spent some
2006 Nov 19
3
file permissions and groups
Hello all, I have a file owned by apache:apache with permissions of 640. I have added myself to the apache group using usermod -G (and I can verify that using the groups command) but I still can't read the abovementioned file. Am I not getting something? Michael -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Jul 29
2
Importing time series
I have a time series dataset, saved in a csv file. However date-formatting is : 7/2/1982 7/6/1982 7/7/1982 7/8/1982 7/13/1982 7/14/1982 However if I use following zoo-code, it is not reading data: read.zoo(file="F:/data.csv", format="%m/%d/%y", header=F) Error is Error in read.zoo(file ="F:/data.csv", format = "%m/%d/%y", : index contains NAs Here
2005 Dec 07
2
Bandwidth selection for ksmooth( )
Dear R Users, Before running ksmooth( ), a suitable bandwidth selection is needed. I use some functions for this task and receive these results for my data: width.SJ(y,nb=100,method="ste") : 40.25 bcv(y,nb=100) : 40.53 ucv(y) : 41.26 bandwidth.nrd(y) : 45.43 After implementing the function ksmooth(x,y, bandwidth= each of abovementioned bandwidths), I have some NAs
2004 Dec 14
4
"Click" at end of SPX files?
Hi, I am experiencing some unfortunate problems when encoding WAV files to spx using version 1.0.4. A "click" which is not present in the original WAV file is added to the end of the spx file. Is this a known problem, and if so, which version of the encoder should I switch to... and if I have to switch the encoder, will I also have to switch the version of the decoder? Sincerely,
2018 Oct 26
2
Bug report for sealClass() in Core-maintained package "methods"
Hello, I was just reminded from a comment in some code that I had submitted this bug report last year, but it does not appear to have been addressed in R 3.5.0. Can this please be fixed, or is there a specific reason that it cannot be addressed? Thanks, Adam From: Gower, Adam Sent: Monday, June 19, 2017 11:56 AM To: 'r-devel at r-project.org' Subject: Bug report for sealClass() in
2006 Oct 12
1
Problem with encoding and decoding
I have problem with coding and decoding. I record voice from mic coding and write to file. And when I read from file and put it on sound card it's terrible sound. Have sameone can help me? #include <speex.h> #include <stdio.h> #include <fcntl.h> #include <sys/ioctl.h> #include <sys/soundcard.h> /*The frame size in hardcoded for this sample code but it
2004 Nov 30
6
How to know if a bug was recognised
Hello! A problem with special characters seemed to me to be a bug. I sent a mail to R-windows at r-project.org concerning the problem (see below). How can I find out, if this is considered as a bug or an error of myself? Which part of FAQs or documentation did I miss to find the answer? thanks in advance Heinz T??chler -------------------- copy of abovementioned mail ---------- to: R-windows
2010 Aug 31
1
Unable to run dev.new
Hi folks, Debian 504 64 bit. Have spent more than 2 hours on dev.new and can't make it to work. > dev.new(height = 6, width = 12) Error in dev.new(height = 6, width = 12) : unused argument(s) (height = 6, width = 12) r-base-core has been installed. The command should be correct. I have run it before. Finally I started another VM, Ubuntu 10.04, also 64 bit, and then R. The
2011 Sep 12
1
can't turn on wide links in homedir
Hi, I discovered that it's not possible to run 'wide links' and 'unix entensions' at the same time - there are source-level blockers in place that will disable wide links and write a log entry. I traced this to https://bugzilla.samba.org/show_bug.cgi?id=7104 and http://www.samba.org/samba/news/symlink_attack.html ... However, I run a private home LAN server that already
2008 Apr 01
2
speexdec 1.2.3
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 pointer to web or file of instruction is appreciated. Attempt (one long command line, failed): type d:\test.spx | "d:\speex 1.2.3\bin\speexdec.exe" - -
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...