cwrs.c links to derf's article on pulse vector encoding.

This commit is contained in:
Jean-Marc Valin 2008-02-18 23:40:43 +11:00
parent ccea9ce917
commit dba28a52ce

View file

@ -1,4 +1,5 @@
/* (C) 2007 Timothy B. Terriberry */
/* (C) 2007 Timothy B. Terriberry
(C) 2008 Jean-Marc Valin */
/*
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@ -27,6 +28,10 @@
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/* Functions for encoding and decoding pulse vectors. For more details, see:
http://people.xiph.org/~tterribe/notes/cwrs.html
*/
#include <stdlib.h>
#include "cwrs.h"