wav-to-csv
wav-to-csv copied to clipboard
not an issue, just a doubt - Is the output in microseconds (10^-6 s)? in miliseconds?
When you export a .wav file into a .csv file, you get two columns:
1. An integer, that increases by 1 for each row (presumably time)
2. Another integer that takes different values (the amplitude of the wave or the intensity of the sound, probably).
Which are the units? Especially in the first row. In other words: how much "real" time (second or other IS unit) passes between a data line and the next one? Thank you!