HengYongChao

Results 2 issues of HengYongChao

Hi forks, I'm a little curious(correct me if anything is missing), in the source `decode_soundcard.c` line 85: ``` for (;;) { // get some pcm from the soundcard thread via...

I try to redefine `quiet_sample_t` as` int16_t` in the encode_file example, It do output a file,but when I use decoder_file example to decode this file then it output nothing. Is...