When I am trying to record an audio through the emulator using following code AudioRecord recordInstance = new AudioRecord(
I am running Android Emulator on OS X and trying to use AudioRecord to take a sample of audio and determine the frequency using an FFT jar (for a tuning app).
I am trying to take small recordings to find the Sound Pressure Level from a service but Android wont give me access to the hardware.I get the following errors in Logcat:
In my Silverlight 3 project, I\'m using a ListBox to display results of a Get() operation form a WCF WebService.