Is there a bugzilla or similar for speex? I'm getting core-dumps on AMD64 speex (ubuntu)> speexenc -vspeexenc (Speex encoder) version 1.1.11.1 (compiled Dec 9 2005) Copyright (C) 2002-2005 Jean-Marc Valin> speexenc /tmp/d04t05.wav d04t05.spxEncoding 16000 Hz audio using wideband (sub-band CELP) mode (mono) Segmentation fault> aplay /tmp/d04t05.wavPlaying WAVE '/tmp/d04t05.wav' : Signed 16 bit Little Endian, Rate 16000 Hz, Mono> speexenc -w --vbr --dtx -V /tmp/d04t05.wav d04t05.spxEncoding 16000 Hz audio using wideband (sub-band CELP) mode (mono) Segmentation fault -- Aaron Birenboim \ 1248 Princeton Dr. NE \ 505 232-3289 aaron@birenboim.com \ Albuquerque, NM 87106 \ 505 250-4809 cell
Aaron Birenboim wrote:> Is there a bugzilla or similar for speex?We have a trac database at https://trac.xiph.org/ but I'm not sure what state it's in because it's constantly under spambot attacks. It's good if you file a bug there, but make sure you post to the list as well.> I'm getting core-dumps on AMD64 speex (ubuntu)You mean like this: https://launchpad.net/distros/ubuntu/+source/speex/+bug/19482 The problem was fixed just after 1.1.11 was released. As you can see above, a fix specifically for Dapper has been posted 6 months ago, but it has never been applied. I recommend downloading 1.2-beta1, which should work fine on AMD64 (and has better quality). Jean-Marc