Skip to content

Commit

Permalink
update to version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
svenpaulsen committed Mar 22, 2023
1 parent 41b48c1 commit 200f2dd
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 22 deletions.
4 changes: 2 additions & 2 deletions bin/android-aarch64/libodin.so
Git LFS file not shown
4 changes: 2 additions & 2 deletions bin/android-x86_64/libodin.so
Git LFS file not shown
4 changes: 2 additions & 2 deletions bin/ios-aarch64/libodin.dylib
Git LFS file not shown
4 changes: 2 additions & 2 deletions bin/ios-x86_64/libodin.dylib
Git LFS file not shown
4 changes: 2 additions & 2 deletions bin/linux-aarch64/libodin.so
Git LFS file not shown
4 changes: 2 additions & 2 deletions bin/linux-x86_64/libodin.so
Git LFS file not shown
4 changes: 2 additions & 2 deletions bin/macos-aarch64/libodin.dylib
Git LFS file not shown
4 changes: 2 additions & 2 deletions bin/macos-x86_64/libodin.dylib
Git LFS file not shown
4 changes: 2 additions & 2 deletions bin/windows-aarch64/odin.dll
Git LFS file not shown
4 changes: 2 additions & 2 deletions bin/windows-x86_64/odin.dll
Git LFS file not shown
14 changes: 12 additions & 2 deletions include/odin.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,19 @@
#include <stdint.h>
#include <stdlib.h>

#define ODIN_VERSION "1.4.0"
#define ODIN_VERSION "1.4.1"

#define Frame_SAMPLE_RATE 48000
#define JitterBuffer_ENTRY_LENGTH 1800

#define JitterBuffer_MAX_SILENCE_IN_SPURT 18000

#define JitterBuffer_MAX_CACHE_ENTRIES 100

#define JitterBuffer_BASE_JITTER 3600

#define JitterBuffer_RTT_TO_JITTER_FACTOR 0.1

#define Block_SAMPLE_RATE 48000

/**
* Supported channel layouts in audio functions.
Expand Down

0 comments on commit 200f2dd

Please sign in to comment.