Advertisement
Guest User

Untitled

a guest
Jan 15th, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Swift 0.30 KB | None | 0 0
  1.     private func startAudioEngine() {
  2.      
  3.                 startCapturingAudio()
  4.                        
  5.                        do {
  6.                            try engine.start()
  7.                        } catch {
  8.                            print("error in starting the Audio Engine")
  9.                        }
  10.                  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement