Skip to content

Commit

Permalink
更新soundtouch动态库
Browse files Browse the repository at this point in the history
Change-Id: Ic071d7b5b45efa1c6e6db1916490234e21bd2ab9
  • Loading branch information
tonychanchen authored and oldcodefarmer committed Nov 7, 2022
1 parent 52b590d commit 7142917
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ PODS:
- YYModel (= 1.0.4)
- TIoTLinkKit_FLV (2.2.3)
- TIoTLinkKit_IJKPlayer (2.0.7)
- TIoTLinkKit_SoundTouch (0.0.3)
- TIoTLinkKit_SoundTouch (0.0.4)
- TIoTLinkKit_TPNS (1.0.1)
- TIoTLinkKit_WechatOpenSDK (1.0.1)
- TIoTLinkKit_XP2P (2.4.27)
- TIoTLinkVideo (1.0.0):
- CocoaAsyncSocket (= 7.6.5)
- TIoTLinkKit_FLV (= 2.2.3)
- TIoTLinkKit_SoundTouch (= 0.0.3)
- TIoTLinkKit_SoundTouch (= 0.0.4)
- TIoTLinkKit_XP2P (= 2.4.27)
- TrueTime (5.0.3)
- TXLiteAVSDK_TRTC (8.0.9644)
Expand Down Expand Up @@ -123,11 +123,11 @@ SPEC CHECKSUMS:
TIoTLinkKit: 0386fb583c61765a02ad5cca810c7661d5a0bc53
TIoTLinkKit_FLV: aec2b2ec9664990ec6c5b9f760fc1a9043d5a9a5
TIoTLinkKit_IJKPlayer: 69e819379a5bbbf2eb956e20fec20249d0497ecd
TIoTLinkKit_SoundTouch: 56caa7c7f60e3b98eecc26f003cf7b770c37bd15
TIoTLinkKit_SoundTouch: 3b558a8663d8c867305f4336960ca078a9ae9768
TIoTLinkKit_TPNS: 7cea4fc1d20ef6c4c11c4f0b66bbb10ecf4ed968
TIoTLinkKit_WechatOpenSDK: 7822d68cc5c46edf3f6020422202e7b65ea87614
TIoTLinkKit_XP2P: 645a54568e9ecd9915c392a2bd07413a5a79c72f
TIoTLinkVideo: c75b476428d71dab49f368faeaa57faa98017d90
TIoTLinkVideo: 6e1d4d92d2fdb1e6385d3a9ecf222e22aaa1320f
TrueTime: b49551ffafb28a9dee04e51b226f42a416010842
TXLiteAVSDK_TRTC: e3383a81565e8bb2aaaaab4bd099ad5239cd5b2d
TZImagePickerController: bf4c57b98d8707fce41ea6be872414a71c7a8c9d
Expand Down
2 changes: 1 addition & 1 deletion Source/SDK/LinkVideo/FLV/TIoTAVCaptionFLV.mm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include <iostream>
#import "TIoTPCMXEchoRecord.h"
#include "ijksoundtouch_wrap.h"
#import <SoundTouchiOS/ijksoundtouch_wrap.h>

__weak static TIoTAVCaptionFLV *tAVCaptionFLV = nil;
static flv_muxer_t* flvMuxer = nullptr;
Expand Down
2 changes: 1 addition & 1 deletion TIoTLinkVideo.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.dependency 'TIoTLinkKit_XP2P', '2.4.27' #~> 2.4.21-beta.202202101145
s.dependency 'TIoTLinkKit_FLV', '2.2.3'
s.dependency 'CocoaAsyncSocket', '7.6.5'
s.dependency 'TIoTLinkKit_SoundTouch', '0.0.3'
s.dependency 'TIoTLinkKit_SoundTouch', '0.0.4'

s.pod_target_xcconfig = {
'VALID_ARCHS' => 'arm64'
Expand Down

0 comments on commit 7142917

Please sign in to comment.