S
S
sijokun2020-02-11 18:28:54
Python
sijokun, 2020-02-11 18:28:54

How to get .wav volume in timecode?

1. you need to find out the length of the .wav (I can easily do it myself, but it's better to use the same one as the rest)
2. get the volume of the sound on the time code n

#psevdo code
file = open("audio.wav")
print(file.getvolume(123)) # вернет значения от 0-100 или еще в каком то диапазоне.
file.close()

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question