I am trying to display 'Audio Channels', 'Sample rate', 'Bits per sample' of an audio file using javascript when user has selected the file that needs to be uploaded.
In the image below see 'more_info' part:
As of now I have tried to get the details using file properties but it gives only basic information like size, type, name
I have also tried this but same issue of same sample rate How can I get the bit depth/sample rate of audio JS?