kamalmostafa / minimodem

general-purpose software audio FSK modem
http://www.whence.com/minimodem
Other
846 stars 113 forks source link

Wishlist #9

Closed ghost closed 9 years ago

ghost commented 9 years ago

There's a couple of things I wanted to point out:

-JNI bindings, though this might be a moot point if I can't even at least alter the code for cyanogenmod to redirect audio to/from the application and a call. I don't think the hardware is specifically engineered to make this impossible, but from what I can remember and my research into the subject it will definitely require changes to be made to Android OS itself. The goal in mind being that you will be able to operate the software modem without a loopback kit, which would be incredibly useful for individuals who require TTY/TDD services.

ghost commented 9 years ago

I keep thinking to myself perhaps also Jack audio support might be useful though its kinda one of those things... I use jack a lot for midi stuff but other than that it's hard to imagine a scenario other than the one I mentioned about audio redirection .... AND one other:

https://github.com/KimJeongYeon/jack2_android https://github.com/jackaudio/jack2/tree/master/android

I remember reading somewhere that Samsung was responsible for contributing a lot of the work of porting that to android, but I'm not sure. I think the S3 used it exclusively because they added lots of strange proprietary audio management stuff, I will try to find out at some point.