I need your help for the below query:
Query: Is there any way of getting following info of an audio file. Sample rate, Channel, Bitrate of an audio file.
For extracting bitrate, "MediaMetadataRetriever" API is available (METADATA_KEY_BITRATE).
Please suggest if it can be done using any android API.
Found this below API, But its use is actually in different. http://developer.android.com/reference/android/medi/AudioTrack.html
I want to extract these using Android API programmactically : Sampling rate, Quantization, Channel of an input audio file.
Please help on this.
Thanks in advance.