Skip to content

Commit

Permalink
update to version 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
svenpaulsen committed Nov 15, 2023
1 parent af10630 commit 914a1e3
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 25 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-aarch64/odin.lib
Git LFS file not shown
4 changes: 2 additions & 2 deletions bin/windows-x86_64/odin.dll
Git LFS file not shown
4 changes: 2 additions & 2 deletions bin/windows-x86_64/odin.lib
Git LFS file not shown
7 changes: 6 additions & 1 deletion include/odin.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <stdint.h>
#include <stdlib.h>

#define ODIN_VERSION "1.6.2"
#define ODIN_VERSION "1.6.3"

/**
* Known types of a media stream.
Expand Down Expand Up @@ -755,6 +755,11 @@ OdinReturnCode odin_audio_read_data(OdinMediaStreamHandle stream,
float *out_buffer,
size_t out_buffer_len);

/**
* Returns the number of samples available in the audio buffer of an output `OdinMediaStreamHandle`.
*/
OdinReturnCode odin_audio_data_len(OdinMediaStreamHandle stream);

/**
* Resets the specified `OdinMediaStreamHandle` to its initial state, restoring it to its default
* configuration. This operation resets the internal Opus encoder/decoder, ensuring a clean state.
Expand Down

0 comments on commit 914a1e3

Please sign in to comment.