cwrs.c links to derf's article on pulse vector encoding.
This commit is contained in:
parent
ccea9ce917
commit
dba28a52ce
1 changed files with 6 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue