DazDSP / EasyDRF

EasyDRF - "Easy Digital Radio Files" - A Windows HamDRM software application for sending files over HF radio.
https://dazdsp.org/tech/EasyDRF/
28 stars 4 forks source link

Consider using LPC instead of LPC10 #7

Open ElijahHamilton opened 1 year ago

ElijahHamilton commented 1 year ago

The HawkVoice Direct Interface offers multiple other codecs. They have LPC, OPENLPC, LPC10, and CELP.

The LPC codec seems to have better voice quality while operating at the same bitrate as LPC10.

Maybe you can try using LPC instead of LPC10?

The LPC codec also has fewer and smaller code files.

DazDSP commented 1 year ago

This was already started some time ago, but the data structures for the LPC codec are different to LPC10, and so far I haven't been able to get it working.

If LPC can be made to work with EasyDRF it will be a useful improvement.