added files from limelight from android

This commit is contained in:
Diego Waxemberg
2013-12-03 23:53:12 -05:00
parent e4894b71f4
commit 2eb1035286
41 changed files with 5799 additions and 0 deletions
@@ -0,0 +1,6 @@
int nv_opus_init(void);
void nv_opus_destroy(void);
int nv_opus_get_channel_count(void);
int nv_opus_get_max_out_shorts(void);
int nv_opus_get_sample_rate(void);
int nv_opus_decode(unsigned char* indata, int inlen, short* outpcmdata);