Seems to work! turned of WAV file write

pull/26/head
alanbjohnston 7 years ago committed by GitHub
parent f81c883389
commit d064285e6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -755,7 +755,7 @@ int get_tlm_fox() {
}
}
}
write_wav("transmit.wav", BUF_LEN, buffer, S_RATE);
// write_wav("transmit.wav", BUF_LEN, buffer, S_RATE);
int error = 0;
int count;

Loading…
Cancel
Save

Powered by TurnKey Linux.