I've got a devkit that I'm running android (KK 4.4.3) on. This board doesn't come with a display so all the work I'm doing is in the command line.
I want to integrate a linux audio loopback device as a new piece of audio hardware. I've got a basic understanding of how to implement the Audio HAL.
What I'm not sure of is how I can test this device. Are there any command line utilities etc that allow me to capture or playback audio?
There are 2 utilities tinyplay and tinycap, but they interface directly to the TinyALSA layer which completely bypasses the android audio HAL.
Thanks.