[android-developers] Same audio sample rates for input and output from application to driver level

2011-02-01 Thread Brian Austin
Hello, I have a question regarding the possibility of using MODE_IN_CALL to allow for a fixed rate of 8kHz for input and 8kHz for output. Now it seems that audioflinger converts everything to 44.1. I am curious if allowing 8kHz input/output from the actual application down through flinger and

[android-developers] Re: android build error : libz.so, libz.a

2010-07-09 Thread Brian Austin
You need to rollback the patch in Clearsilver that forces a 64bit build if using java6. now that the HEAD requires java6, it will hork on a 32bit system. http://android.git.kernel.org/?p=platform/external/clearsilver.git;a=commitdiff;h=d36910a8110d8377b22301274d2b5131a732a72b I submitted the

[android-developers] Re: build android sdk from git on ubuntu 10.04 fail

2010-07-09 Thread Brian Austin
Roll back the following patch http://android.git.kernel.org/?p=platform/external/clearsilver.git;a=commitdiff;h=d36910a8110d8377b22301274d2b5131a732a72b Now that Java6 is required, you need to remove the check to force 64 bit build in Clearsilver for 32bit systems On Jul 3, 11:28 am, zyanho