Wed, 1 Dec 1999 19:46:33 +0100 (CET)

Uros Bizjak <uros@kss-loka.si>
  Included in this message, you will find a diff to alsa-lib, which
implements g721 adpcm codec. It works well (only consumes a lot of CPU),
and it plays back the same data as is recorded.

  Also added is CSP patch, which adds noise suppression when CSP is
started or stopped (A few TODOs less :) Also changed is copyright for
mulaw, alaw and adpcm codecs (Based on sun implementation ... + I added
myself - if you don't mind. Please check this copyright, if it is OK)
This commit is contained in:
Jaroslav Kysela 1999-12-01 19:44:14 +00:00
parent 34018cf902
commit 12e03f1928
4 changed files with 23 additions and 3 deletions

View file

@ -1,7 +1,7 @@
EXTRA_LTLIBRARIES = libpcmplugin.la
libpcmplugin_la_SOURCES = block.c mmap.c stream.c linear.c interleave.c \
mulaw.c alaw.c rate.c voices.c
mulaw.c alaw.c adpcm.c rate.c voices.c
all: libpcmplugin.la

View file

@ -1,8 +1,9 @@
/*
* A-Law conversion Plug-In Interface
* Copyright (c) 1999 by Jaroslav Kysela <perex@suse.cz>
* Portions (c) by Sun Microsystems, Inc.
* Uros Bizjak <uros@kss-loka.si>
*
* Based on reference implementation by Sun Microsystems, Inc.
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as