Commit 36231e5
committed
fix: Correct
Resolves issues with the native library dependency for the WebRtc APM extension.
- Extracted the native library source code into a separate Git repository.
- Added the new native library repository as a Git submodule to manage its dependency.
- Corrected the Meson build configuration to properly distinguish between ARM64 and x64 targets, ensuring the correct architecture is built.
- Ensured the native library exposes the required entry points on non-Windows platforms after these changes.SoundFlow.Extensions.WebRtc.Apm native library non-windows entry points and build architecture1 parent 753e633 commit 36231e5
688 files changed
Lines changed: 27 additions & 109880 deletions
File tree
- .github/workflows
- Extensions/SoundFlow.Extensions.WebRtc.Apm
- Native
- crossfiles
- examples
- patches
- subprojects
- webrtc
- api
- audio
- task_queue
- units
- video
- audio/utility
- common_audio
- include
- resampler
- include
- signal_processing
- include
- third_party
- ooura
- fft_size_128
- fft_size_256
- spl_sqrt_floor
- vad
- include
- experiments
- modules
- audio_coding
- codecs/isac
- main/source
- audio_processing
- aec3
- aec_dump
- aecm
- agc2
- rnn_vad
- agc
- legacy
- capture_levels_adjuster
- echo_detector
- include
- logging
- ns
- utility
- vad
- third_party/fft
- rtc_base
- containers
- experiments
- memory
- numerics
- strings
- synchronization
- system
- units
- system_wrappers
- include
- source
- third_party
- pffft
- patches
- src
- rnnoise
- src
- runtimes
- android-arm64/native
- android-x64/native
- ios-arm64/native
- linux-arm64/native
- linux-arm/native
- linux-x64/native
- osx-arm64/native
- osx-x64/native
- win-x64/native
- win-x86/native
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 0 additions & 299 deletions
This file was deleted.
This file was deleted.
0 commit comments