Skip to content

Commit

Permalink
updated libmysofa shared lib files
Browse files Browse the repository at this point in the history
  • Loading branch information
ozguronsoy committed Sep 27, 2024
1 parent d96aa66 commit e10c6d9
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 6 deletions.
12 changes: 6 additions & 6 deletions HephAudio/HeaderFiles/NativeAudio/AndroidAudioSLES.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ namespace HephAudio
/** @copydoc destructor */
~AndroidAudioSLES();

void SetMasterVolume(double volume);
double GetMasterVolume() const;
void InitializeRender(AudioDevice* device, AudioFormatInfo format);
void StopRendering();
void InitializeCapture(AudioDevice* device, AudioFormatInfo format);
void StopCapturing();
void SetMasterVolume(double volume) override;
double GetMasterVolume() const override;
void InitializeRender(AudioDevice* device, AudioFormatInfo format) override;
void StopRendering() override;
void InitializeCapture(AudioDevice* device, AudioFormatInfo format) override;
void StopCapturing() override;
void GetNativeParams(NativeAudioParams& nativeParams) const override;
void SetNativeParams(const NativeAudioParams& nativeParams) override;

Expand Down
2 changes: 2 additions & 0 deletions HephCommon/HeaderFiles/Exceptions/ExceptionEventArgs.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#include "EventArgs.h"
#include "Exception.h"

/** @file */

namespace Heph
{
/**
Expand Down
2 changes: 2 additions & 0 deletions HephCommon/HeaderFiles/Exceptions/ExternalException.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#include "HephShared.h"
#include "Exception.h"

/** @file */

namespace Heph
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#include "HephShared.h"
#include "Exception.h"

/** @file */

namespace Heph
{
/**
Expand Down
2 changes: 2 additions & 0 deletions HephCommon/HeaderFiles/Exceptions/InvalidArgumentException.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#include "HephShared.h"
#include "Exception.h"

/** @file */

namespace Heph
{
/**
Expand Down
2 changes: 2 additions & 0 deletions HephCommon/HeaderFiles/Exceptions/InvalidOperationException.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#include "HephShared.h"
#include "Exception.h"

/** @file */

namespace Heph
{
/**
Expand Down
2 changes: 2 additions & 0 deletions HephCommon/HeaderFiles/Exceptions/NotFoundException.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#include "HephShared.h"
#include "Exception.h"

/** @file */

namespace Heph
{
/**
Expand Down
2 changes: 2 additions & 0 deletions HephCommon/HeaderFiles/Exceptions/NotImplementedException.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#include "HephShared.h"
#include "Exception.h"

/** @file */

namespace Heph
{
/**
Expand Down
2 changes: 2 additions & 0 deletions HephCommon/HeaderFiles/Exceptions/NotSupportedException.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#include "HephShared.h"
#include "Exception.h"

/** @file */

namespace Heph
{
/**
Expand Down
2 changes: 2 additions & 0 deletions HephCommon/HeaderFiles/Exceptions/TimeoutException.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#include "HephShared.h"
#include "Exception.h"

/** @file */

namespace Heph
{
/**
Expand Down
Binary file modified dependencies/libmysofa/lib/android/arm64-v8a/libmysofa.so
Binary file not shown.
Binary file modified dependencies/libmysofa/lib/android/x86_64/libmysofa.so
Binary file not shown.
Binary file modified dependencies/libmysofa/lib/linux/libmysofa.so
Binary file not shown.
Binary file removed dependencies/libmysofa/lib/linux/libmysofa.so.1
Binary file not shown.
Binary file removed dependencies/libmysofa/lib/linux/libmysofa.so.1.3.2
Binary file not shown.
Binary file modified dependencies/libmysofa/lib/windows/msvc/mysofa.lib
Binary file not shown.

0 comments on commit e10c6d9

Please sign in to comment.