Audio encoder/decoder interface

The key is to that both encoder and decoder use exactly the same initialization and update_model routines. There are various alternatives for implementing the initialization routine. One of options is to have only two codes, namely EOF and ESCAPE at the beginning of the execution. EOF indicates the end of the input string. ESCAPE code indicates that the bit-string that follows is the first ... ................
................