[android-developers] Re: Invalid Audio Buffer Size on Samsung Galaxy

2009-11-16 Thread TonyDoc
Add you bug to the list over at androidforums.com, samsung seem to have a dreadful android/galaxy support team. On Nov 15, 4:55 pm, joelt j...@harpsoft.com wrote: Further analysis reveals it only supports an 8k sampling rate. This is obviously a bug. Where do I file a bug report against the

[android-developers] Re: Invalid Audio Buffer Size on Samsung Galaxy

2009-11-16 Thread niko20
I hope you are bothering to check for ERROR_BAD_VALUE from the getMinBufferSize, you can use this to determine if the hardware supports the settings you want or not. As far as cross-platform, this is still one of the valid reasons to check the error codes, I don't think it's possible for us to

[android-developers] Re: Invalid Audio Buffer Size on Samsung Galaxy

2009-11-15 Thread joelt
Further analysis reveals it only supports an 8k sampling rate. This is obviously a bug. Where do I file a bug report against the Samsung phone? On Nov 14, 9:49 pm, joelt j...@harpsoft.com wrote: It is also spitting this out: WARN/AudioHardwareMSM72XX(1018): getInputBufferSize bad sampling rate:

[android-developers] Re: Invalid Audio Buffer Size on Samsung Galaxy

2009-11-14 Thread joelt
It is also spitting this out: WARN/AudioHardwareMSM72XX(1018): getInputBufferSize bad sampling rate: 44100 Is there an API that will tell me which rates it _does_ support? It doesn't look like it. On Nov 14, 8:57 pm, joelt j...@harpsoft.com wrote: The following works fine on a G1 but gives an