Hi All,
This is my audio configuration
int mStreamType = AudioManager.STREAM_MUSIC;
int mSampleRate = 44000;
int mChanelconfig = AudioFormat.CHANNEL_CONFIGURATION_STEREO;
int mAudioFormat = AudioFormat.ENCODING_PCM_16BIT;
Can any body tell me how can i set famesize in
setNotificationMarkerPosition (setNotificationMarkerPosition
(framesize);)
Currently i set audio buffer as 64000 and i read/ write buffer as
32000 byte and i set setNotificationMarkerPosition(1024), but my
sound is over lapping.
I am getting onMarkerReached in regular interval.So if any one know
how to set the buffer i mention earlier ie.
1) Audio buffer
2) read/write buffer
3) setNotificationMarkerPosition(frame)
thank you
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---