adding file and appropriate player but not playing on send
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
890919A42781845D0025F4BB /* AlertToast in Frameworks */ = {isa = PBXBuildFile; productRef = 890919A32781845D0025F4BB /* AlertToast */; };
|
890919A42781845D0025F4BB /* AlertToast in Frameworks */ = {isa = PBXBuildFile; productRef = 890919A32781845D0025F4BB /* AlertToast */; };
|
||||||
890919A7278299590025F4BB /* RuleBook.swift in Sources */ = {isa = PBXBuildFile; fileRef = 890919A6278299590025F4BB /* RuleBook.swift */; };
|
890919A7278299590025F4BB /* RuleBook.swift in Sources */ = {isa = PBXBuildFile; fileRef = 890919A6278299590025F4BB /* RuleBook.swift */; };
|
||||||
890919AB2782DC760025F4BB /* ProgressBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 890919AA2782DC760025F4BB /* ProgressBarView.swift */; };
|
890919AB2782DC760025F4BB /* ProgressBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 890919AA2782DC760025F4BB /* ProgressBarView.swift */; };
|
||||||
|
890919B1278401E00025F4BB /* woosh.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = 890919B0278401E00025F4BB /* woosh.mp3 */; };
|
||||||
890C245D277BF628009B4A30 /* AgoraRtcKit in Frameworks */ = {isa = PBXBuildFile; productRef = 890C245C277BF628009B4A30 /* AgoraRtcKit */; };
|
890C245D277BF628009B4A30 /* AgoraRtcKit in Frameworks */ = {isa = PBXBuildFile; productRef = 890C245C277BF628009B4A30 /* AgoraRtcKit */; };
|
||||||
890C2460277BF896009B4A30 /* AgoraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 890C245F277BF896009B4A30 /* AgoraViewController.swift */; };
|
890C2460277BF896009B4A30 /* AgoraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 890C245F277BF896009B4A30 /* AgoraViewController.swift */; };
|
||||||
890C2462277BF935009B4A30 /* CallView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 890C2461277BF935009B4A30 /* CallView.swift */; };
|
890C2462277BF935009B4A30 /* CallView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 890C2461277BF935009B4A30 /* CallView.swift */; };
|
||||||
@@ -109,6 +110,7 @@
|
|||||||
8909199D278155920025F4BB /* UserStatusView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserStatusView.swift; sourceTree = "<group>"; };
|
8909199D278155920025F4BB /* UserStatusView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserStatusView.swift; sourceTree = "<group>"; };
|
||||||
890919A6278299590025F4BB /* RuleBook.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RuleBook.swift; sourceTree = "<group>"; };
|
890919A6278299590025F4BB /* RuleBook.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RuleBook.swift; sourceTree = "<group>"; };
|
||||||
890919AA2782DC760025F4BB /* ProgressBarView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProgressBarView.swift; sourceTree = "<group>"; };
|
890919AA2782DC760025F4BB /* ProgressBarView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProgressBarView.swift; sourceTree = "<group>"; };
|
||||||
|
890919B0278401E00025F4BB /* woosh.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = woosh.mp3; sourceTree = "<group>"; };
|
||||||
890C245F277BF896009B4A30 /* AgoraViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AgoraViewController.swift; sourceTree = "<group>"; };
|
890C245F277BF896009B4A30 /* AgoraViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AgoraViewController.swift; sourceTree = "<group>"; };
|
||||||
890C2461277BF935009B4A30 /* CallView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CallView.swift; sourceTree = "<group>"; };
|
890C2461277BF935009B4A30 /* CallView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CallView.swift; sourceTree = "<group>"; };
|
||||||
890C2463277BFA97009B4A30 /* AgroRep.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AgroRep.swift; sourceTree = "<group>"; };
|
890C2463277BFA97009B4A30 /* AgroRep.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AgroRep.swift; sourceTree = "<group>"; };
|
||||||
@@ -210,6 +212,7 @@
|
|||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
8909199B277EFDF30025F4BB /* joinSound.mp3 */,
|
8909199B277EFDF30025F4BB /* joinSound.mp3 */,
|
||||||
|
890919B0278401E00025F4BB /* woosh.mp3 */,
|
||||||
89091998277EFDCC0025F4BB /* leaveSound.mp3 */,
|
89091998277EFDCC0025F4BB /* leaveSound.mp3 */,
|
||||||
);
|
);
|
||||||
path = sounds;
|
path = sounds;
|
||||||
@@ -626,6 +629,7 @@
|
|||||||
891A15E827653A7100B26659 /* Preview Assets.xcassets in Resources */,
|
891A15E827653A7100B26659 /* Preview Assets.xcassets in Resources */,
|
||||||
8909199C277EFDF30025F4BB /* joinSound.mp3 in Resources */,
|
8909199C277EFDF30025F4BB /* joinSound.mp3 in Resources */,
|
||||||
891A15E527653A7100B26659 /* Assets.xcassets in Resources */,
|
891A15E527653A7100B26659 /* Assets.xcassets in Resources */,
|
||||||
|
890919B1278401E00025F4BB /* woosh.mp3 in Resources */,
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -148,10 +148,13 @@ extension InnerCircleViewModel {
|
|||||||
|
|
||||||
if self.audioLocalUrl != nil {
|
if self.audioLocalUrl != nil {
|
||||||
// upload to the cloud storage
|
// upload to the cloud storage
|
||||||
|
DispatchQueue.global(qos: .background).async {
|
||||||
self.cloudStorageService.uploadLocalUrl(localFileUrl: self.audioLocalUrl!) {[weak self] audioDataUrl in
|
self.cloudStorageService.uploadLocalUrl(localFileUrl: self.audioLocalUrl!) {[weak self] audioDataUrl in
|
||||||
if audioDataUrl == nil {
|
if audioDataUrl == nil {
|
||||||
print("there was an error in uploading file")
|
print("there was an error in uploading file")
|
||||||
|
DispatchQueue.main.async {
|
||||||
self?.toast = .problemSendingClip
|
self?.toast = .problemSendingClip
|
||||||
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -161,8 +164,18 @@ extension InnerCircleViewModel {
|
|||||||
self?.firestoreService.createMessage(message: newMessage) {[weak self] res in
|
self?.firestoreService.createMessage(message: newMessage) {[weak self] res in
|
||||||
print(res)
|
print(res)
|
||||||
|
|
||||||
|
DispatchQueue.main.async {
|
||||||
switch res {
|
switch res {
|
||||||
case .success:
|
case .success:
|
||||||
|
// play woosh
|
||||||
|
if let wooshFilePath = URL(string: Bundle.main.path(forResource: "woosh", ofType: "mp3") ?? "") {
|
||||||
|
print(wooshFilePath)
|
||||||
|
|
||||||
|
self?.stopPlayingAnyAudio()
|
||||||
|
self?.queuePlayer = AVQueuePlayer(playerItem: AVPlayerItem(url: wooshFilePath))
|
||||||
|
self?.queuePlayer.automaticallyWaitsToMinimizeStalling = false
|
||||||
|
self?.queuePlayer.play()
|
||||||
|
}
|
||||||
|
|
||||||
self?.toast = .clipSent
|
self?.toast = .clipSent
|
||||||
|
|
||||||
@@ -184,6 +197,9 @@ extension InnerCircleViewModel {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
else {
|
else {
|
||||||
print("nothing recorded, can't send")
|
print("nothing recorded, can't send")
|
||||||
self.toast = .problemSendingClip
|
self.toast = .problemSendingClip
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user