Tool/software: Linux
Hi,
I use appe to output audio data in android, use appe_open to open a appe_pcm and use appe_close to close it. Now, I meet a problem,
if use "kill -9 (server)" to kill the task which is using appe, it will fail to appe_open when I run the task again,the reason is the appe has be opened.
In the Ti demo, use capture a signal to get the status of "kill server" or "Ctrl + c" , it's ok. But, "kill -9 (server)" is different with "kill server", not signal could be captured.
The "kill -9 (server)" may happen in android. I don't know how to slove the problem.
Thanks,