Created
March 31, 2021 20:50
-
-
Save shams-ahmed/52ecf2c3f64f4b2bd3659c0eec440063 to your computer and use it in GitHub Desktop.
Symbl.ai: Submitting the audio to Symbl.ai
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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