Skip to content

Commit 7142917

Browse files
tonychanchenoldcodefarmer
authored andcommitted
更新soundtouch动态库
Change-Id: Ic071d7b5b45efa1c6e6db1916490234e21bd2ab9
1 parent 52b590d commit 7142917

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ PODS:
3131
- YYModel (= 1.0.4)
3232
- TIoTLinkKit_FLV (2.2.3)
3333
- TIoTLinkKit_IJKPlayer (2.0.7)
34-
- TIoTLinkKit_SoundTouch (0.0.3)
34+
- TIoTLinkKit_SoundTouch (0.0.4)
3535
- TIoTLinkKit_TPNS (1.0.1)
3636
- TIoTLinkKit_WechatOpenSDK (1.0.1)
3737
- TIoTLinkKit_XP2P (2.4.27)
3838
- TIoTLinkVideo (1.0.0):
3939
- CocoaAsyncSocket (= 7.6.5)
4040
- TIoTLinkKit_FLV (= 2.2.3)
41-
- TIoTLinkKit_SoundTouch (= 0.0.3)
41+
- TIoTLinkKit_SoundTouch (= 0.0.4)
4242
- TIoTLinkKit_XP2P (= 2.4.27)
4343
- TrueTime (5.0.3)
4444
- TXLiteAVSDK_TRTC (8.0.9644)
@@ -123,11 +123,11 @@ SPEC CHECKSUMS:
123123
TIoTLinkKit: 0386fb583c61765a02ad5cca810c7661d5a0bc53
124124
TIoTLinkKit_FLV: aec2b2ec9664990ec6c5b9f760fc1a9043d5a9a5
125125
TIoTLinkKit_IJKPlayer: 69e819379a5bbbf2eb956e20fec20249d0497ecd
126-
TIoTLinkKit_SoundTouch: 56caa7c7f60e3b98eecc26f003cf7b770c37bd15
126+
TIoTLinkKit_SoundTouch: 3b558a8663d8c867305f4336960ca078a9ae9768
127127
TIoTLinkKit_TPNS: 7cea4fc1d20ef6c4c11c4f0b66bbb10ecf4ed968
128128
TIoTLinkKit_WechatOpenSDK: 7822d68cc5c46edf3f6020422202e7b65ea87614
129129
TIoTLinkKit_XP2P: 645a54568e9ecd9915c392a2bd07413a5a79c72f
130-
TIoTLinkVideo: c75b476428d71dab49f368faeaa57faa98017d90
130+
TIoTLinkVideo: 6e1d4d92d2fdb1e6385d3a9ecf222e22aaa1320f
131131
TrueTime: b49551ffafb28a9dee04e51b226f42a416010842
132132
TXLiteAVSDK_TRTC: e3383a81565e8bb2aaaaab4bd099ad5239cd5b2d
133133
TZImagePickerController: bf4c57b98d8707fce41ea6be872414a71c7a8c9d

Source/SDK/LinkVideo/FLV/TIoTAVCaptionFLV.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#include <iostream>
1414
#import "TIoTPCMXEchoRecord.h"
15-
#include "ijksoundtouch_wrap.h"
15+
#import <SoundTouchiOS/ijksoundtouch_wrap.h>
1616

1717
__weak static TIoTAVCaptionFLV *tAVCaptionFLV = nil;
1818
static flv_muxer_t* flvMuxer = nullptr;

TIoTLinkVideo.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
2121
s.dependency 'TIoTLinkKit_XP2P', '2.4.27' #~> 2.4.21-beta.202202101145
2222
s.dependency 'TIoTLinkKit_FLV', '2.2.3'
2323
s.dependency 'CocoaAsyncSocket', '7.6.5'
24-
s.dependency 'TIoTLinkKit_SoundTouch', '0.0.3'
24+
s.dependency 'TIoTLinkKit_SoundTouch', '0.0.4'
2525

2626
s.pod_target_xcconfig = {
2727
'VALID_ARCHS' => 'arm64'

0 commit comments

Comments
 (0)