I need your help to request below:
Query: Is there a way to get the following information about an audio file. Sampling frequency, channel, bit rate of the audio file.
To extract the bitrate, the MediaMetadataRetriever API (METADATA_KEY_BITRATE) is available.
Please suggest whether this can be done using any Android API.
Found this below API, but its use is actually in a different one.
http://developer.android.com/reference/android/medi/AudioTrack.html
I want to extract them using the Android API programmatically: Sample rate, quantization, channel of the input audio file.
Please help us with this.
Thanks in advance.