Added example code for encode/decode, continuing work on filling in
authorMonty <xiphmont@xiph.org>
Tue, 5 Oct 1999 15:35:02 +0000 (15:35 +0000)
committerMonty <xiphmont@xiph.org>
Tue, 5 Oct 1999 15:35:02 +0000 (15:35 +0000)
commit321b01cbbc49f8f4fb685b16c3f743cfd62944f6
treef1eb439bf10280b4820c11d41f4fb6e472c08af9
parenta59eb30e780edb218288b3082b8b863ecb73d148
Added example code for encode/decode, continuing work on filling in
missing pieces of analysis/synthesis.

Monty

svn path=/trunk/vorbis/; revision=139
lib/Makefile.in
lib/analysis.c
lib/block.c
lib/codec.h
lib/decoder_example.c [new file with mode: 0644]
lib/encoder_example.c [new file with mode: 0644]
lib/info.c
lib/lpc.c
lib/synthesis.c