Jump to content

Waveform analysis/Doh ray me: Difference between revisions

→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)"
m (syntax highlighting fixup automation)
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 450:
</pre>
 
=={{header|V (Vlang)}}==
{{trans|go}}
As an example, we analyze the .wav file (notes.wav) created by the [[https://rosettacode.org/wiki/Musical_scale#Vlang Musical Scale]] task.
<syntaxhighlight lang="v (vlang)">import os
import math
import encoding.binary
451

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.