'How to play sound lossless (192khz) on React Native app?

I'm currently having a problem running 192khz (lossless) audio files on my React Native app.

I know that for ios devices a dedicated device is needed to output the best sound quality like lossless. I've got 1 device to measure sound quality here.

I have a lossless file .flac

  • If I play directly through ios browser safari, it will output 192khz.
  • I have created a demo application and run this audio file but only output 44khz. True to Apple's basic standards

If someone has any suggestions, please help me, thanks a lot.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source