No, I didn't. A number of reasons, the main is the copyright issue with the mbelib library. I rather keep DSD independent as much as possible of mbelib so this can be replaced easily by a different vocoder. Some people might need this.
The code could be refactored so there would be a library with all the FEC implementations and both mbelib and DSD will depend upon it.
You will find easy to replace the Golay24 implementation by something else. I made an effort to document the code and include unit test cases.
The code could be refactored so there would be a library with all the FEC implementations and both mbelib and DSD will depend upon it.
You will find easy to replace the Golay24 implementation by something else. I made an effort to document the code and include unit test cases.