Skip to content

Commit

Permalink
Update loopback.c
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-armstrong committed Apr 26, 2021
1 parent 6fe2457 commit be47a0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quiet/src/main/jni/loopback.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// TODO fix include mess so we can include unistd.h
extern int usleep(useconds_t);

const int loopback_sample_rate = 44100;
const int loopback_sleep = 23220; // in microseconds
const int loopback_sample_rate = 48000;
const int loopback_sleep = 21333; // in microseconds
const int loopback_buffer_length = 1024;

quiet_loopback_system *loopback_create() {
Expand Down

0 comments on commit be47a0f

Please sign in to comment.