and removed printf on write_wave

pull/28/head
alanbjohnston 6 years ago committed by GitHub
parent 345e26ffc9
commit 03034fedf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1212,7 +1212,6 @@ void write_wave(int i, short int *buffer)
// buffer[ctr++] = 0.1 * phase * (ctr - flip_ctr) / smaller;
// else
buffer[ctr++] = 0.25 * amplitude * phase;
printf("*** buffer[%d] = %d \n", ctr - 1, buffer[ctr - 1]);
}
else
{

Loading…
Cancel
Save

Powered by TurnKey Linux.