mirror of https://github.com/OpenIPC/composer.git
Update ultimate_baresip
parent
e3008ba4e8
commit
69702a801f
|
@ -0,0 +1,13 @@
|
||||||
|
--- a/modules/webrtc_aec/aec.h 2022-03-27 11:22:42.000000000 +0300
|
||||||
|
+++ b/modules/webrtc_aec/aec.h 2023-06-19 18:32:36.459229801 +0300
|
||||||
|
@@ -7,8 +7,8 @@
|
||||||
|
#include <pthread.h>
|
||||||
|
|
||||||
|
#define WEBRTC_POSIX 1
|
||||||
|
-#include <webrtc/modules/audio_processing/include/audio_processing.h>
|
||||||
|
-#include <webrtc/system_wrappers/include/trace.h>
|
||||||
|
+#include <webrtc_audio_processing/webrtc/modules/audio_processing/include/audio_processing.h>
|
||||||
|
+#include <webrtc_audio_processing/webrtc/system_wrappers/include/trace.h>
|
||||||
|
|
||||||
|
|
||||||
|
#define MAX_CHANNELS 1
|
|
@ -58,6 +58,7 @@ module_path /usr/lib/baresip/modules
|
||||||
|
|
||||||
# UI Modules
|
# UI Modules
|
||||||
module stdio.so
|
module stdio.so
|
||||||
|
module g711.so
|
||||||
module webrtc_aec.so
|
module webrtc_aec.so
|
||||||
module rtspausrc.so
|
module rtspausrc.so
|
||||||
module goke.so
|
module goke.so
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
#
|
|
||||||
sip:good@friend.com
|
sip:good@friend.com
|
||||||
#
|
|
||||||
|
|
|
@ -4,19 +4,45 @@ cd ../../openipc
|
||||||
pwd
|
pwd
|
||||||
|
|
||||||
|
|
||||||
rm -rf \
|
webrtc() {
|
||||||
output/per-package/webrtc-audio-processing \
|
#
|
||||||
output/build/webrtc-audio-processing-*
|
rm -rf \
|
||||||
|
output/per-package/webrtc-audio-processing \
|
||||||
BOARD=gk7205v200_ultimate_baresip make br-webrtc-audio-processing-{dirclean,rebuild}
|
output/build/webrtc-audio-processing-*
|
||||||
|
#
|
||||||
|
BOARD=gk7205v200_ultimate_baresip make br-webrtc-audio-processing-{dirclean,rebuild}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
rm -rf \
|
libre() {
|
||||||
output/per-package/libre-openipc \
|
#
|
||||||
output/per-package/librem-openipc \
|
rm -rf \
|
||||||
output/per-package/baresip-openipc \
|
output/per-package/libre-openipc \
|
||||||
output/build/libre-openipc-* \
|
output/build/libre-openipc-*
|
||||||
output/build/librem-openipc-* \
|
#
|
||||||
output/build/baresip-openipc-*
|
BOARD=gk7205v200_ultimate_baresip make br-librem-openipc-{dirclean,rebuild}
|
||||||
|
}
|
||||||
|
|
||||||
BOARD=gk7205v200_ultimate_baresip make br-baresip-openipc-{dirclean,rebuild}
|
|
||||||
|
librem() {
|
||||||
|
#
|
||||||
|
rm -rf \
|
||||||
|
output/per-package/librem-openipc \
|
||||||
|
output/build/librem-openipc-*
|
||||||
|
#
|
||||||
|
BOARD=gk7205v200_ultimate_baresip make br-librem-openipc-{dirclean,rebuild}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
baresip() {
|
||||||
|
#
|
||||||
|
rm -rf \
|
||||||
|
output/per-package/baresip-openipc \
|
||||||
|
output/build/baresip-openipc-*
|
||||||
|
#
|
||||||
|
BOARD=gk7205v200_ultimate_baresip make br-baresip-openipc-{dirclean,rebuild}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
baresip
|
||||||
|
|
Loading…
Reference in New Issue