You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 3, 2021. It is now read-only.
this;
./waveform.a -resolution 1000 < wavTones.com.unregistred.sin_10Hz_-12dBFS_1s.wav > temp.png
(wav file from here; http://www.wavtones.com/functiongenerator.php github wont let me add wav files, but these both produce correct waveforms in audacity.)
produces this;
which is too big, -12db is 1/4 full scale.
and this, which is just full scale;
./waveform.a -resolution 1000 < wavTones.com.unregistred.sin_10Hz_0dBFS_1s.wav > temp.png
produces this? (completely white png)
The text was updated successfully, but these errors were encountered: