Skip to content

Instantly share code, notes, and snippets.

@shams-ahmed
Created March 31, 2021 20:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shams-ahmed/52ecf2c3f64f4b2bd3659c0eec440063 to your computer and use it in GitHub Desktop.
Save shams-ahmed/52ecf2c3f64f4b2bd3659c0eec440063 to your computer and use it in GitHub Desktop.
Symbl.ai: Submitting the audio to Symbl.ai
// start uploading to symbl.ai
symblAI.upload(sound) { result in
switch result {
case .success(let upload):
print(upload)
case .failure(let error):
print(error)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment