how to get the value of BitsPerSample from AudioClip?
as we known,we can use AudioClip.GetData(float[] data, int offsetSamples) to get the sample information of a audio file,but can i know the BitsPerSample of the origin file.i want to get the value,to store a new file after i edit the samples.
Comment
Your answer

Follow this Question
Related Questions
How to make audio play at once. 1 Answer
Cracking at end of audio? 0 Answers
Audio not playing when destroying a GameObject. 1 Answer
Playing numerous audio files in a row when spawning? 2 Answers
Need help: new sound isnt played correctly anymore 2 Answers