Supports 192 kHz audio in Android

Is there a way to support 192kHz audio in AudioTrack in Android? I know that android only officially supports sampling up to 44100Hz, but there are devices that can supposedly play 192kHz audio like LG G2, Samsung G Note 3 and a few others. But event on these devices I cannot set the sample rate higher than 96000 Hz. The AudioTrack sources have this line:

/** Maximum value for sample rate */
private static final int SAMPLE_RATE_HZ_MAX = 96000;

      

Also I know there is 192kHz support in several Android music players like PowerAmp and how did they achieve them?

+3
android audio


source to share


No one has answered this question yet

See similar questions:

2
Android plays raw audio from C ++ side

or similar:

3606
Close / hide Android soft keyboard
3295
Why is the Android emulator so slow? How can we speed up the development of an Android emulator?
3288
Correct use cases for Android UserManager.isUserAGoat ()?
2609
Is there a unique identifier for an Android device?
2510
How to persist android activity state by persisting instance state?
2097
Is there a way to run Python on Android?
1858
"Debug certificate expired" error in Android Eclipse plugins
1844
What is "Context" on Android?
nine
Android support for AVRCP



All Articles
Loading...
X
Show
Funny
Dev
Pics