adde back in WAV write

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

@ -837,7 +837,7 @@ int get_tlm_fox() {
printf("\ctr/samples = %d ctr/(samples*10) = %d\n\n", ctr/samples, ctr/(samples*10));
// write_wav("transmit.wav", BUF_LEN, buffer, S_RATE);
// write_wav("transmit.wav", bufLen, buffer, S_RATE);
write_wav("transmit.wav", ctr, buffer, S_RATE);
int error = 0;
int count;

Loading…
Cancel
Save

Powered by TurnKey Linux.