On Mon, Mar 24, 2014 at 3:34 AM, Maitland Bottoms <[email protected]> wrote: > (I'm also working on a fdmdv2 modem block for gnuradio, as I make > progress there I may develop some opinions on a modem library > that would be independent of gui code.)
When creating the Android app I had a version of the CODEC + MODEM that was independent of the GUI: https://github.com/shenki/FreeDV-Android/blob/master/jni/freedv_rx.c As the name suggests, it only implements the decoding loop. I took the freedv wx code and ripped out the portaudio and wx parts. It was done as a rushed proof of concept, so perhaps it serves more as an illustration of what not to do :) Cheers, Joel ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ Freetel-codec2 mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freetel-codec2
