> I have started to write a document after looking at Steve's java code, It > seems > to be a close translation from C code.
Since Java doesn't have pointers, I had to kludge in a few places. C allows a lot of shortcuts with pointers. The Java may help to understand the algorithms, but I would use the C code as the primary guide in developing a higher level description. A better example might be: https://github.com/ObjectToolworks/Vocoder1300 Which is a version I was working on, where the 50 MHz transmitter and receiver were separated by 20 miles, so I split out the encoder and decoder parts. This is not to deprecate the main code, only in that the main code is sometimes hard to discern which code is relevant to which bit rate. Have fun ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Freetel-codec2 mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freetel-codec2
