K
K
Kam2020-10-12 19:24:20
Informatics
Kam, 2020-10-12 19:24:20

How to calculate audio encoding depth?

How to calculate audio encoding depth?
If the sampling frequency is 11 kHz, mono, the playing time is 238 s, the file size is 4125 KB.
By what formula?
R7l57BwEVw0.jpg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
alexalexes, 2020-10-12
@alexalexes

1. Convert the file size to bytes.
V1 = F * 1024
2. Divide by the playing time.
V2 = V1 / t
3. Divide by the number of channels k.
V3 = V2 / k
4. Divide by the frequency w.
V4 = V3 / w
5. Divide by 1000 since the frequency is in kilohertz.
V5 = V4 / 1000.
6. Take the whole part.
V6 = integer(V5)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question