Commit graph

5 commits

Author SHA1 Message Date
wiz
a79f462e54 Fix location of installed man pages. Bump PKGREVISION. 2003-01-03 18:54:42 +00:00
wiz
f6807056e7 Update to 1.0beta4 (0.99.4).
This release adds a number of quality improvements and some new
features; first, the quality of the variable bitrate (VBR) mode
has been greatly improved, especially for wideband. Also, some
improvements were made to the packetloss concealment code in order
to reduce artifacts caused by lost packets. There has been improvements
to the 2.15 kbps mode, which now sounds a bit better. The last
quality improvement is in the perceptual enhancement which is now
good enough to be enabled by default in speexdec (but not by default
in libspeex for now).

One of the new features in this release is a VAD (Voice Activity
Detection) mode that conserves bandwidth when there's no speech,
and even when VBR isn't enabled. VAD is coupled with DTX (Discontinuous
Transmission), a feature that can completely stop data transmission
when the noise is constant (in which case, comfort noise generation
is turned on). The last new feature in this release is an ABR
(Average Bitrate) option, which uses VBR with a quality that's
adjusted to meet a certain target (average) bitrate.
2002-12-24 22:20:36 +00:00
jmmv
98637ee6ad Add a buildlink2.mk file for this package (required for the shortcoming
sweep package).
2002-12-20 13:29:18 +00:00
wiz
b55f671f0e 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.
2002-11-11 13:44:30 +00:00
wiz
bd0c52c567 Initial import of Speex-1.0beta1 (as 0.99.1) into pkgsrc.
The Speex project aims to build an open-source, patent-free voice
codec.  Unlike other codecs like MP3 and Ogg Vorbis, Speex is
specially designed for compressing voice at low bitrates in the
8-32 kbps/channel range.  Possible applications include Voice over
IP (VoIP), internet audio streaming, archiving of speech data (e.g.
voice mail), and audio books.  In some sense, it is meant to be
complementary to the Ogg Vorbis codec.
2002-10-13 16:04:48 +00:00