Update to 1.0beta3. Changes:

In 1.0beta3:
This is the third beta for Speex, implementing what should be the
last new features before 1.0. These new features are a new
"ultra-wideband" mode for encoding at 32kHz (up to 48kHz) and an
intensity stereo mode. Both of these are implemented to preserve
backward and forward compatibility with other releases. This means
that it is now possible to encode almost any wave file using Speex.
Most of the work left for 1.0 is now quality improvements regarding
VBR, perceptual enhancement and packet loss concealment.

In 1.0beta2:
This second beta release brings many, many optimizations to the
encoder and decoder. In some cases, the speedup is on the order of
50% to 100%. As part of the optimizations, some sections of Speex
have been written in assembly with SSE instructions which can be
enabled with the _USE_SSE flag when compiling with GCC. Finally,
the code has received a major cleanup.
This commit is contained in:
wiz 2002-11-11 13:44:30 +00:00
parent fa2147ba8e
commit b55f671f0e
3 changed files with 8 additions and 9 deletions

View file

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.1.1.1 2002/10/13 16:04:48 wiz Exp $
# $NetBSD: Makefile,v 1.2 2002/11/11 13:44:30 wiz Exp $
#
DISTNAME= Speex-1.0beta1
PKGNAME= Speex-0.99.1
DISTNAME= speex-1.0beta3
PKGNAME= Speex-0.99.3
CATEGORIES= audio
MASTER_SITES= http://www.speex.org/download/

View file

@ -1,12 +1,11 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/13 16:04:48 wiz Exp $
@comment $NetBSD: PLIST,v 1.2 2002/11/11 13:44:30 wiz Exp $
bin/speexdec
bin/speexenc
bin/testenc
bin/testenc_wb
include/speex.h
include/speex_bits.h
include/speex_callbacks.h
include/speex_header.h
include/speex_stereo.h
lib/libspeex-0.99.so
lib/libspeex.a
lib/libspeex.la

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2002/10/13 16:04:48 wiz Exp $
$NetBSD: distinfo,v 1.2 2002/11/11 13:44:30 wiz Exp $
SHA1 (Speex-1.0beta1.tar.gz) = ad1c5c2e4e96ae948021b863ad65d0a5d35cfbeb
Size (Speex-1.0beta1.tar.gz) = 453162 bytes
SHA1 (speex-1.0beta3.tar.gz) = b83287762d05b742e7e40477644d05ab838b8e25
Size (speex-1.0beta3.tar.gz) = 473580 bytes
SHA1 (patch-aa) = 9805bd35853f38671fc694e4bb5b67d0919f1c51
SHA1 (patch-ab) = 0c4d224fed04455d0b30b67b2668a79516ada6a2